Maintain scroll position
I have several ASP.NET web pages that use a Master page. All of them have an AJAX update panel on the content page. I found this as the only workable solution to maintain scroll position because none...
View ArticleExcel like filter Grid using ASP.Net MVC
Hi, I am very new to ASP.Net MVC, can somebody please help me in implementing excel like filer grid or table using ASP.Net MVC. Any links, or code snippet would help me. I am very new to ASP.Net MVC...
View ArticleASP.NET C# Dynamically add my selected item from dropdown to below with div tags
ASP.NET C# Dynamically add my selected item from dropdown to below with div tags. I'm new to ASP.NET. Someone please help me. Thanks in advance!!
View Articleserver did not recognize the value of http header soapaction c# .net
Hi, i am using a soap service and getting this error "server did not recognize the value of http header soapaction", i got one solution to change namespaces of web service and i have changed but still...
View ArticleIf trip type is one thing, show one query; if another, show a different...
Can someone, please, please come to my rescue again? I have been struggling with this code since last night. On the markup page, we have 4 very important dropdownlists. One dropdownlist has a...
View ArticleAuto Filter in gridview
Dear allI have a gridview in asp.net c#. Data is coming from DB. I need to add text boxes in every column and need to add multiple column auto filter option in it. Please help. Thanks in advance
View ArticleHelp in Converting Desktop App to Web App.
I need some help with the fundamentals. I have a VB.Net Desktop app that I am converting to a Web App. I do not understand how the variable are stored/saved, etc. Can something walk me through this?...
View ArticleAdd Dynamically A LinkButton Inside Nested (Child) GridView
Hi Guys, Am currently working as Junior .Net Developer, However, Am requested by my manager to develop a web page called staff deployment plan that will involve two GridViews, that is the Parent...
View Articleall
hello can i ask for help on how to create an application that can sent email. thank you
View ArticlePassword recovery tutorial
Hello I am trying to follow this tutorial [^] with an MS Access database in VB.NET. In the code example (for Passwordreset.aspx), there is a reference to UserID. Is this the first column in the...
View ArticleHashing fields pre server post
Hi there! what a pleasure to join up to this forum I've been working on making a product more secure and I've noticed when sniffing the network I can see passwords being posted via the form on...
View ArticleJavascript Scanner recognition
Can we access a scanner(which is at client environment) from the client browser using ASP.Net? I see some articles that we can do it using ActiveX. Can some have any example.
View Articlecan anyoen tell me when i use file upload in asp.net.how to rename file with...
can anyoen tell me when i use file upload in asp.net.how to rename file with id..its very urgent..plz
View ArticleDisplaying javascript values from one page to another using multiview
I have a javascript that calculates mileage between two locations. Once calculation is done, From location, To location and total mileage are displayed. This works fine. The issue that I am having...
View Article.NET System.OutOfMemoryException in View using DisplayTemplate
I'm getting "System.OutOfMemoryException in mscorlib.dll" exception in a View when using DisplayTemplate. I've simplified my code to this: @model IEnumerable<T> @{ Layout = null; } @{int i = 0;}...
View ArticleAsp.net page with Web Service WITHIN code behind being called
I am trying to call a web service function within my own ASP.net (code behind) using AJAX on the page. Once i push the button to execute the JS/AJAX/codebehind - I got an error. [b]POST...
View ArticleI am still struggling to find a fix for this. Can some guru please help?
This line of code: <p id="results"></p> displays the total miles when calculated between two locations using the javascript code below: <script...
View ArticleUser Controls disappear on PostBack
Hi All, I have a master page attached to a webform . I have 2 UserControl in the webform When i click on the submit button the controls are dissappearing. How can we make the usercontrol visible...
View Articlehow can i create dynamic checkbox and get that's value when i click button in...
how can i create dynamic checkbox and get that's value when i click button in asp.net using vb.net
View Articlesitemap question
Hello If you have a sitemap XML file in Solution Explorer which is recommended here: http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx[^] do you need to reference that file in Web.config? Thanks.
View Article