Click here to Skip to main content
15,888,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Checkbox Pin
mark_me23-Jun-09 11:06
mark_me23-Jun-09 11:06 
AnswerRe: GridView Checkbox Pin
Not Active23-Jun-09 10:42
mentorNot Active23-Jun-09 10:42 
GeneralRe: GridView Checkbox Pin
mark_me23-Jun-09 11:10
mark_me23-Jun-09 11:10 
QuestionGrid View Pin
demouser74323-Jun-09 3:38
demouser74323-Jun-09 3:38 
AnswerRe: Grid View Pin
DoctorMick23-Jun-09 4:43
DoctorMick23-Jun-09 4:43 
GeneralRe: Grid View Pin
Robert_Pan24-Jun-09 0:29
Robert_Pan24-Jun-09 0:29 
GeneralRe: Grid View Pin
demouser74324-Jun-09 3:31
demouser74324-Jun-09 3:31 
QuestionSaving a variable help! Pin
cdietschrun23-Jun-09 3:34
cdietschrun23-Jun-09 3:34 
I am working on a project. In the generated page HTML of my ASP.NET page, I have text boxes that have onchange events that link to javascript functions that link to Ajax PageMethods which goes to my SQL command texts.

For 3 of the 4 cases, my update process works. The only one that isn't working is my "template name" section. Basically, the template name is automatically generated upon the first creation of a record. The page displays this name in the editable text box. My boss gave me an SQL stored procedure that takes the OLD name and the new name. The new name is no problem.

My question is how do I save/recall the old name? I am fairly new at all this. He explained something about a hidden text field, and I found in the code this:

ret &= "<input type=""hidden"" id=""oldtemplatename"" value=""" & templatename & """/>"


This is the generated code. What I believe it is doing is saving the templatename (this is the one that will be changed) into this hidden input field with id oldtemplatename. I don't know what to do to get this variable to my other VB function that gets called through the javascript.

Does anyone follow? Please help
AnswerRe: Saving a variable help! Pin
DoctorMick23-Jun-09 4:41
DoctorMick23-Jun-09 4:41 
GeneralDate Time Conversion Pin
papy-boom23-Jun-09 2:42
papy-boom23-Jun-09 2:42 
GeneralRe: Date Time Conversion Pin
Baran M23-Jun-09 3:00
Baran M23-Jun-09 3:00 
GeneralRe: Date Time Conversion Pin
papy-boom23-Jun-09 4:41
papy-boom23-Jun-09 4:41 
GeneralRe: Date Time Conversion Pin
Baran M23-Jun-09 20:39
Baran M23-Jun-09 20:39 
Questionany examples on webparts personalisation in sql server2005 Pin
lakshmichawala23-Jun-09 2:27
lakshmichawala23-Jun-09 2:27 
GeneralGenrate Login ID Suggestion Pin
Deepak Nigam23-Jun-09 1:42
Deepak Nigam23-Jun-09 1:42 
GeneralRe: Genrate Login ID Suggestion Pin
Abhijit Jana23-Jun-09 2:17
professionalAbhijit Jana23-Jun-09 2:17 
GeneralRe: Genrate Login ID Suggestion Pin
Manas Bhardwaj23-Jun-09 2:25
professionalManas Bhardwaj23-Jun-09 2:25 
GeneralRe: Genrate Login ID Suggestion Pin
padmanabhan N23-Jun-09 2:27
padmanabhan N23-Jun-09 2:27 
QuestionOutProc on State Server: Thread problem Pin
misha_grewal23-Jun-09 1:23
misha_grewal23-Jun-09 1:23 
AnswerRe: OutProc on State Server: Thread problem Pin
ToddHileHoffer23-Jun-09 6:50
ToddHileHoffer23-Jun-09 6:50 
QuestionPlease give me answer for below quetion. [modified] Pin
kantharao23-Jun-09 0:50
kantharao23-Jun-09 0:50 
AnswerRe: Please give me answer for below quetion. Pin
Christian Graus23-Jun-09 0:56
protectorChristian Graus23-Jun-09 0:56 
AnswerRe: Please give me answer for below quetion. Pin
padmanabhan N23-Jun-09 1:03
padmanabhan N23-Jun-09 1:03 
QuestionHow to load web part in another web part? Pin
Hoang Jang23-Jun-09 0:17
Hoang Jang23-Jun-09 0:17 
AnswerRe: How to load web part in another web part? Pin
Abhijit Jana23-Jun-09 0:50
professionalAbhijit Jana23-Jun-09 0:50 

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.