Can I combine classic asp and asp.net pages?
No Answer is Posted For this Question
Be the First to Post Answer
I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?
which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl
What is sdlc process?
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
Where the viewstate is stored after the page postback?
Which method is used to force all the validation controls to run?
What is the use of global.asax file?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What does WSDL stand for?
What is the difference between server-side scripting and client-side scripting?
What is http post and http get?