Click here to Skip to main content
15,923,374 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: A challange with client callback (2.0) Pin
Grapes-R-Fun20-Jul-06 5:38
Grapes-R-Fun20-Jul-06 5:38 
QuestionDate format in validator Pin
Nathan Buckley19-Jul-06 15:30
Nathan Buckley19-Jul-06 15:30 
AnswerRe: Date format in validator Pin
Grapes-R-Fun19-Jul-06 16:08
Grapes-R-Fun19-Jul-06 16:08 
AnswerRe: Date format in validator Pin
minhpc_bk19-Jul-06 16:29
minhpc_bk19-Jul-06 16:29 
QuestionCheck if file exist Pin
deepaks319-Jul-06 11:06
deepaks319-Jul-06 11:06 
AnswerRe: Check if file exist Pin
Are Jay19-Jul-06 11:44
Are Jay19-Jul-06 11:44 
Questionaccess value of a textbox which is inside the datagrid using Javascript Pin
Vipin.d19-Jul-06 8:22
Vipin.d19-Jul-06 8:22 
AnswerRe: access value of a textbox which is inside the datagrid using Javascript Pin
minhpc_bk19-Jul-06 15:24
minhpc_bk19-Jul-06 15:24 
+ The simple way to know the id of the textbox at the client side is to view source the web page. Or you may want to look at the ClientID property from the server side code.

+ Also, to pass the value of the TextBox from the server side, you first need to get reference to the TextBox control like you are doing in the ItemDataBound, then you simply access the Text property of the control.

Questionhow to retrive and store image insql server database with making use of ASP/vb.net and using html file feild control Pin
alhomed4419-Jul-06 8:21
alhomed4419-Jul-06 8:21 
AnswerRe: how to retrive and store image insql server database with making use of ASP/vb.net and using html file feild control Pin
Not Active19-Jul-06 8:59
mentorNot Active19-Jul-06 8:59 
GeneralRe: how to retrive and store image insql server database with making use of ASP/vb.net and using html file feild control Pin
alhomed4424-Jul-06 6:56
alhomed4424-Jul-06 6:56 
GeneralRe: how to retrive and store image insql server database with making use of ASP/vb.net and using html file feild control Pin
Not Active24-Jul-06 7:05
mentorNot Active24-Jul-06 7:05 
QuestionPostBack Problems Pin
Rhlye19-Jul-06 7:14
Rhlye19-Jul-06 7:14 
AnswerRe: PostBack Problems Pin
Are Jay19-Jul-06 8:14
Are Jay19-Jul-06 8:14 
GeneralRe: PostBack Problems Pin
Rhlye19-Jul-06 11:38
Rhlye19-Jul-06 11:38 
GeneralRe: PostBack Problems Pin
Are Jay19-Jul-06 11:40
Are Jay19-Jul-06 11:40 
GeneralRe: PostBack Problems Pin
Rhlye19-Jul-06 13:40
Rhlye19-Jul-06 13:40 
GeneralRe: PostBack Problems Pin
Grapes-R-Fun19-Jul-06 15:44
Grapes-R-Fun19-Jul-06 15:44 
AnswerRe: PostBack Problems Pin
minhpc_bk19-Jul-06 15:37
minhpc_bk19-Jul-06 15:37 
QuestionValidation Control Pin
Armando_Ramirez19-Jul-06 6:36
Armando_Ramirez19-Jul-06 6:36 
AnswerRe: Validation Control Pin
Are Jay19-Jul-06 8:11
Are Jay19-Jul-06 8:11 
GeneralRe: Validation Control Pin
Armando_Ramirez19-Jul-06 9:54
Armando_Ramirez19-Jul-06 9:54 
GeneralRe: Validation Control Pin
Are Jay19-Jul-06 12:19
Are Jay19-Jul-06 12:19 
GeneralRe: Validation Control Pin
Grapes-R-Fun19-Jul-06 16:31
Grapes-R-Fun19-Jul-06 16:31 
QuestionExporting XML to Excel Error.... Pin
Are Jay19-Jul-06 5:43
Are Jay19-Jul-06 5:43 

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.