Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to give permissions for file creation,deletion,etc Pin
Sandeep Akhare18-Apr-07 5:20
Sandeep Akhare18-Apr-07 5:20 
GeneralRe: how to give permissions for file creation,deletion,etc Pin
rama charan18-Apr-07 5:42
rama charan18-Apr-07 5:42 
GeneralRe: how to give permissions for file creation,deletion,etc Pin
enjoycrack18-Apr-07 7:04
enjoycrack18-Apr-07 7:04 
GeneralRe: how to give permissions for file creation,deletion,etc Pin
rama charan18-Apr-07 7:40
rama charan18-Apr-07 7:40 
QuestionRedirect to another page, while file dowloading Pin
Jay_se18-Apr-07 4:32
Jay_se18-Apr-07 4:32 
AnswerRe: Redirect to another page, while file dowloading Pin
Sandeep Akhare18-Apr-07 4:50
Sandeep Akhare18-Apr-07 4:50 
AnswerRe: Redirect to another page, while file dowloading Pin
kubben18-Apr-07 8:20
kubben18-Apr-07 8:20 
QuestionIE7 / AJAX / WTF Pin
RichardGrimmer18-Apr-07 4:31
RichardGrimmer18-Apr-07 4:31 
Bit of a tricky one here - have an app which is framed, and into the main frame we load usercontrols (ascxs) into a placeholder to act as pages (The app was written before Master Pages Smile | :) ). Now all is fine with this setup, but I've recently run into a strange problem.

I have an ascx which grabs its data using AJAX. Everything works correctly. Now when I use the back button, I navigate correctly back, but when I come to navigate forwards again, I find that SOME of the contents of the "dialog" are still there. What do I mean by Some? Well, the data that was contained in ASP:Labels is cleared correctly as it should be, but items in ASP:TextBoxes aren't cleared down - they maintain their state from before the browser back.

I have a js function, which is run every time the page loads (including on bck / forward nav)which is responsible for clearing everything down, and having stepped through it, the plot thickens! The code uses document.getElementById, which manages to get hold of the controls correctly. Strangely, the props of the controls indicate that they're empty already, but pressing ahead with some .value='' lines, everything appeared to go correctly, but the text in the textboxes steadfastly refuses to diappear.

ANYONE have any ideas - anything at all? It's driving us nuts here!

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

AnswerRe: IE7 / AJAX / WTF Pin
Guffa18-Apr-07 8:13
Guffa18-Apr-07 8:13 
GeneralRe: IE7 / AJAX / WTF Pin
RichardGrimmer18-Apr-07 21:52
RichardGrimmer18-Apr-07 21:52 
QuestionChecking Scripts Enabled Pin
meeram39518-Apr-07 3:18
meeram39518-Apr-07 3:18 
AnswerRe: Checking Scripts Enabled Pin
Sandeep Akhare18-Apr-07 3:47
Sandeep Akhare18-Apr-07 3:47 
GeneralRe: Checking Scripts Enabled Pin
meeram39518-Apr-07 23:01
meeram39518-Apr-07 23:01 
GeneralRe: Checking Scripts Enabled Pin
Sandeep Akhare18-Apr-07 23:20
Sandeep Akhare18-Apr-07 23:20 
QuestionOn submit, I am facing error: [NullReferenceException: Object reference not set to an instance of an object.] Infragistics.WebUI.UltraWebGrid.UltraGridRow.GetCellText(UltraGridColumn column) Pin
Ashish Tijare18-Apr-07 3:11
Ashish Tijare18-Apr-07 3:11 
AnswerRe: On submit, I am facing error: [NullReferenceException: Object reference not set to an instance of an object.] Infragistics.WebUI.UltraWebGrid.UltraGridRow.GetCellText(UltraGridColumn column) Pin
kubben18-Apr-07 3:17
kubben18-Apr-07 3:17 
GeneralRe: On submit, I am facing error: [NullReferenceException: Object reference not set to an instance of an object.] Infragistics.WebUI.UltraWebGrid.UltraGridRow.GetCellText(UltraGridColumn column) Pin
Ashish Tijare18-Apr-07 3:28
Ashish Tijare18-Apr-07 3:28 
QuestionHow to send Mail in ASP.Net 2.0 Pin
Kuricheti18-Apr-07 2:57
Kuricheti18-Apr-07 2:57 
AnswerRe: How to send Mail in ASP.Net 2.0 Pin
kubben18-Apr-07 3:00
kubben18-Apr-07 3:00 
AnswerRe: How to send Mail in ASP.Net 2.0 Pin
Sandeep Kumar18-Apr-07 3:09
Sandeep Kumar18-Apr-07 3:09 
QuestionRe: How to send Mail in ASP.Net 2.0 [modified] Pin
Kuricheti18-Apr-07 19:24
Kuricheti18-Apr-07 19:24 
GeneralRe: How to send Mail in ASP.Net 2.0 Pin
Sandeep Kumar18-Apr-07 19:56
Sandeep Kumar18-Apr-07 19:56 
AnswerRe: How to send Mail in ASP.Net 2.0 Pin
Abolfazl Sheikhloo18-Apr-07 3:17
Abolfazl Sheikhloo18-Apr-07 3:17 
AnswerRe: How to send Mail in ASP.Net 2.0 Pin
Sathesh Sakthivel18-Apr-07 20:01
Sathesh Sakthivel18-Apr-07 20:01 
Questiondatalist paging Pin
saravanan0518-Apr-07 2:52
saravanan0518-Apr-07 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.