Click here to Skip to main content
15,885,244 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
just an fyi- make sure you provide the html control name when incorporating it within the script string... server controls sometimes take a different name once the result page is sent from the server back to the client.

Now, why would anyone be interested in server-side validation? Postbacks are very inefficient! To validate without making round trips to the server, look into using validation controls such as RegularExpression or CompareValidator.

Nila Fridley
QuestionExporting XML to Excel Error.... Pin
Are Jay19-Jul-06 5:43
Are Jay19-Jul-06 5:43 
AnswerRe: Exporting XML to Excel Error.... Pin
minhpc_bk19-Jul-06 17:30
minhpc_bk19-Jul-06 17:30 
GeneralRe: Exporting XML to Excel Error.... Pin
Are Jay21-Jul-06 5:30
Are Jay21-Jul-06 5:30 
Questionhow to display the date without the time.. Pin
ypsyong19-Jul-06 5:36
ypsyong19-Jul-06 5:36 
AnswerRe: how to display the date without the time.. Pin
Paddy Boyd19-Jul-06 5:47
Paddy Boyd19-Jul-06 5:47 
GeneralRe: how to display the date without the time.. Pin
ypsyong19-Jul-06 15:55
ypsyong19-Jul-06 15:55 
AnswerRe: how to display the date without the time.. Pin
Are Jay19-Jul-06 8:01
Are Jay19-Jul-06 8:01 
GeneralRe: how to display the date without the time.. Pin
ypsyong19-Jul-06 15:58
ypsyong19-Jul-06 15:58 
QuestionHow to deploy an ASP.Net application Pin
Sayed Muhammad Imran19-Jul-06 4:23
Sayed Muhammad Imran19-Jul-06 4:23 
AnswerRe: How to deploy an ASP.Net application Pin
mnaveed19-Jul-06 4:51
mnaveed19-Jul-06 4:51 

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.