Click here to Skip to main content
16,005,169 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help caching custom controls Pin
Marcus J. Smith27-Feb-07 9:01
professionalMarcus J. Smith27-Feb-07 9:01 
GeneralRe: Help caching custom controls Pin
flamz27-Feb-07 9:11
flamz27-Feb-07 9:11 
QuestionValidator problem Pin
Tkml23627-Feb-07 4:51
Tkml23627-Feb-07 4:51 
AnswerRe: Validator problem Pin
badgrs27-Feb-07 5:27
badgrs27-Feb-07 5:27 
GeneralRe: Validator problem Pin
Tkml23627-Feb-07 5:36
Tkml23627-Feb-07 5:36 
GeneralRe: Validator problem Pin
badgrs27-Feb-07 5:48
badgrs27-Feb-07 5:48 
GeneralRe: Validator problem Pin
Tkml23627-Feb-07 7:49
Tkml23627-Feb-07 7:49 
GeneralRe: Validator problem Pin
szukuro27-Feb-07 22:48
szukuro27-Feb-07 22:48 
On the server-side:

Button1.Attributes.Add("onclick", "MyFunction()");

On the client-side:

function MyFunction()
{
//do something here
if (valid)
return true;
else
return false;
//return false, to cancel postback
}
QuestionTime Pin
nzibi27-Feb-07 4:50
nzibi27-Feb-07 4:50 
AnswerRe: Time Pin
Marcus J. Smith27-Feb-07 4:53
professionalMarcus J. Smith27-Feb-07 4:53 
AnswerRe: Time Pin
badgrs27-Feb-07 5:21
badgrs27-Feb-07 5:21 
QuestionIdentify user sending email Pin
rock05627-Feb-07 4:28
rock05627-Feb-07 4:28 
QuestionNeed help undestandinf the concept Pin
Pete Newman27-Feb-07 3:11
Pete Newman27-Feb-07 3:11 
AnswerRe: Need help undestandinf the concept Pin
Paddy Boyd27-Feb-07 3:20
Paddy Boyd27-Feb-07 3:20 
GeneralRe: Need help undestandinf the concept Pin
Pete Newman27-Feb-07 3:36
Pete Newman27-Feb-07 3:36 
GeneralRe: Need help undestandinf the concept Pin
Paddy Boyd27-Feb-07 3:38
Paddy Boyd27-Feb-07 3:38 
QuestionGetting previous Url Pin
N a v a n e e t h27-Feb-07 2:17
N a v a n e e t h27-Feb-07 2:17 
AnswerRe: Getting previous Url Pin
Marcus J. Smith27-Feb-07 2:42
professionalMarcus J. Smith27-Feb-07 2:42 
QuestionHow to refresh one frame from another? Pin
Piyush Vardhan Singh27-Feb-07 1:41
Piyush Vardhan Singh27-Feb-07 1:41 
AnswerRe: How to refresh one frame from another? Pin
Guffa27-Feb-07 3:21
Guffa27-Feb-07 3:21 
GeneralRe: How to refresh one frame from another? Pin
Piyush Vardhan Singh27-Feb-07 23:59
Piyush Vardhan Singh27-Feb-07 23:59 
GeneralRe: How to refresh one frame from another? Pin
Guffa28-Feb-07 1:32
Guffa28-Feb-07 1:32 
GeneralComException Pin
V.27-Feb-07 1:23
professionalV.27-Feb-07 1:23 
Questionhi dear i want to divded frame set into rows and every rows have two coloumn on same aspx page Pin
Piyush Vardhan Singh27-Feb-07 0:48
Piyush Vardhan Singh27-Feb-07 0:48 
AnswerRe: frameset with rows and coloumns Pin
Guffa27-Feb-07 3:24
Guffa27-Feb-07 3:24 

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.