1
vote
5answers
434 views
Twice postback in ASP.NET
Hi,
My page is fully postback twice. I am using master page with AJAX. The structure of master page is as follows.
+---------------------------------------------+
| Web Use …
3
votes
3answers
403 views
Multiple File Selection For Uploading in ASP.NET
Hi Friends,
There are several resources available on net to upload multiple files,
but using multiple FileUpload controls.
What I need to have multiple file selection dialog box so that u …
0
votes
2answers
124 views
Button click event called again when page is refreshed using F5
Hi friends,
I found that if you press F5 or refresh from browser window, the last event fires again. For ex. I have clicked on a button the button event is carried out normally, but if i pr …
1
vote
3answers
57 views
JQuery Datepicker issue - asp.net
Hi,
I have used JQuery within my asp.net page. JQuery is working fine. I could see the calendar and can pickup the date. The problem is that when the page is postbacked the value is lost. A …
0
votes
1answer
51 views
disable jquery datepicker
Hello friends!!!
I have used jquery datepicker in my .aspx page. The control is working fine. What i need is to disable the control if the textbox on which it is linked is disabled. For ex. …
0
votes
2answers
33 views
Using SavePageStateToPersistenceMedium() for Master Page ASP.NET
VS 2005, ASP.NET with C#, Windows XP, II6
Hi,
Please refer to the topic http://www.codeproject.co …
0
votes
1answer
49 views
Problem with cache asp.net
VS2005, ASP.NET, C#, IIS6
Hello friends,
I have a master page divided into three sections i.e. header, details, footer.
The header section contains web user control having AJAX ta …
0
votes
1answer
40 views
Browser takes long time to render html controls asp.net
Hello friends,
I have an aspx page showing lots of information in a tabular format on ajax tab container. Approximately 3 to 5 tabs are used. I have used some of AJAX controls such as Calen …
-2
votes
3answers
71 views
Getting control id within javascript
Hi,
I have created my own code to provide date masking and validation for TextBox control in asp.net. Below is the code. The code works perfectly.
function IsValidDate(ctrlID)
{
…
0
votes
2answers
47 views
Getting server side javascript over client side
Hi,
I have created custom control using asp.net 2.0. The control contains a textbox txtDate. I have also created a javascript file DateMask.js which contains a function maskDate(). I have a …
1
vote
1answer
41 views
Getting source control id in javascript function
Hi,
I have taken three textboxes over aspx page. A javascript function is associated with these textboxes as-
TextBox1.Attributes.Add("onkeypress","MyFunction()");
TextBox2. …
1
vote
4answers
49 views
Error in Stored Procedure
Hello friends,
I am trying to create an SP for presenting paged data on aspx page. I have written following code -
Create PROCEDURE [dbo].[sp_GetAllAssignmentData_Paged]
…
0
votes
1answer
51 views
Invoking button click event on one page from another page ASP.NET
Hello friends,
I have two aspx pages i.e. default1.aspx and default2.aspx. Default1 contains some controls, tables etc. I am showing Default2.aspx into anthor window using hyperlink, settin …
0
votes
2answers
32 views
How to close db connections used by GridView control in asp.net
Hello friends,
I have a website with pages having GridView in it. I am using SQL Data Source control to bind with the GridView. After running the site i am checking the no of active connect …
0
votes
3answers
34 views
Memory uses by aspnet_wp.exe
Hello friends!
I am having an asp.net 2.0 web application running from Visual studio 2005. The initial memory consumption for aspnet_wp.exe is about 2K. As i navigate different pages having …
