How to programmatically set selected value of Dropdownlist aspx during loading of data: We can select programmatically a value on dropdownlist by it’s index. If we need to select by text then we need FindByText method as described in following line.
Author Archives: atif
Android Alert Dialog with three buttons setNeutralButton
How to add third button to an Alert Dialog with Example: Check how to show alert dialog with two buttons It is veary easy to add three buttons on AlertDialog as shown in below picture
How to show Alert Dialog / popup in Android
AlertDialog Example In Android alert dialog is like a popup message to confirm some thing from end user (user of your application /Â game). In Android it is very easy to create / show alert dialog. Before deletion of any item it is necessary to confirm form user by AlertDialog. Code in following function is …
Continue reading “How to show Alert Dialog / popup in Android”
Windows Detected A Hard Disk Problem – Solved
If you are facing this problem on window of any version (latest or old version of window). You are looking a dialog frequently that says you. Windows Detected A Hard Disk Problem Back up your files immediately to prevent information loss, and then contact the computer manufacturer to determine if you need to repair or …
Continue reading “Windows Detected A Hard Disk Problem – Solved”
WordPress automatically redirecting on localhost
Question:- I develop my web site on wordpress in my PC (localhost / 127.0.0.1). After completion of site I upload my web project on live server. Problem is that when I login on my wordpress admin it redirect me on localhost Solution:-
How to remove Powered by Paяabola & WordPress.
Problem:- I love Parabola wordpress theme but I don’t know how to remove “Powered By: WordPress” from footer of parabola theme. Solution:- We cann’t delete directly powered by parabola or wordpress from parabola theme. We need to change in parabola theme file as described following.
Advance and Basic Android Books
I have learned programming from online free and paid books and now I am an expert developer. So I have decieded to help to other by sharing links some effective books.
Blackberry 10 Simulator stuck at “[ Starting screen ]”
Why this error: We got this error if we have not supported graphics card. Solution:
Unable to find manifest signing certificate in the certificate store
Some time this error occur after upgrading old Visual Studio project to new. Here is the quick fix.
Theme ‘Standard’ cannot be found in the application or global theme directories
Check necessary files in the App_Themes directory. When we publish our project then some files could be missed. Right click on that file (that are missed) click on property and choose “Copy to Output Directory” set as “Copy always“.