Can you explain architecture of your project ?
No Answer is Posted For this Question
Be the First to Post Answer
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
If i have 1000 records in dataset, how to do paging?
What is difference between session and cookies?
What are custom controls?
I am trying to redirect another site on button click.
Explain exception filters?
Explain cookies with example.
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Which protocol is used to call a web service?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
IN an ASP.NET Web application if there is any error, how can you debug?