How to check if enterkey is pressed in a TextBox in asp.net
I have a asp.net Text Box which accepts date in the format MM/DD/YYYY. After entering the date i will hit enter key.if enter key i need to execute server side code.How can we achieve this ?
I have a asp.net Text Box which accepts date in the format MM/DD/YYYY. After entering the date i will hit enter key.if enter key i need to execute server side code.How can we achieve this ?
I have One DataTable with 5 Columns and 10 Rows.
Now I want to add one New Column to the DataTable and I want to assign DropDownList value to the New Column.
So the DropDownList value should be added 10 times to the New Column.
How to do this?
Note: Without using FOR LOOP.
I am trying to drop and add controls dynamically to my control tree. For example:
left-hand side of an assignment must be a variable property or
indexer
I am filtering my gridview using dataview. I am passing the filter command to dataview as mentioned below;
I am running an ASP.NET 3.5 web application on IIS 7 on Windows Server 2008.
How do I write some client-side script to access a HTML element when .NET has generated the element’s ID at runtime?
Our team is divided on this and I wanted to get some third-party opinions. We are building an application and cannot decide if we want to use .Net WPF Desktop Application with a WCF server, or ASP.Net web app using jQuery. I thought I’d ask the question here, with some specs, and see what the … Read more
i am new on asp.net with vb.code behind