I have the project in vs2008. I find that there is difference behavior between VS2008 Debug Mode IIS and Windows 7 IIS.
I have published the project and deploy on windows 7 IIS.
Different examples: After login, VS2008 debug mode can go to default page but not in windows 7 IIS in which it return back to login page after login. Sometimes, they can login but still difference behavior in page reload such as dropdownlist databind.
Anyway, if for example I have a textbox that I want to enable when the user check the desired checkbox/radiobutton, I like the textbox to be default enabled=false. What's the good approach between these two?
i have a text box named txts_date where the date format is dd/mm/yyyy....and i have a label name lblduration...now my need is i have another text box named lble_date...i want to add the value of duration ie lblduration to txts_date and display it into txte_date...
for example...
txts_date has date 22/11/2010 and lblduration has text as 10 so i want to add both the values so the result would be 02/12//2010..
What the exact difference and complete between using ASHX and ASMX. What is the difference between them when using them to communicate with your database from Javascript.
I am using the FormView, it does no behave the same as it does in VB. For example, why in C# you have to go into the HTML source code and add: OnItemUpdated="FormView1_ItemUpdated" to get an item updated? This does not have to be done in VB.
I know how view state works but I do not know how exactly works RegisterRequiresControlState. Where are stored values from control? How exactly does it work?
whats the difference between hyperlink and button control in asp.net. in both we can display a image and give navigatetourl or href. then what is their difference.
I am confused about the new request of asp.net page and the Post back! what is the difference between them? when we click on any control like button the post-back is called for the same page! why it is no re-requested or so on.?
As I have two textbox as intime and outtime. Using two button I am inserting intime and outtime. Now I am in confusion How to find difference and insert into database?