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

ASP.NET

 
AnswerRe: Changin the color or border of Dropdown List Pin
petersgyoung30-Aug-07 3:52
petersgyoung30-Aug-07 3:52 
QuestionI need to output to pdf an aspx form Pin
Big Ralph29-Aug-07 21:15
Big Ralph29-Aug-07 21:15 
QuestionPost XML File from asp page Pin
Ahmad Adnan29-Aug-07 20:58
Ahmad Adnan29-Aug-07 20:58 
Questionbind array in datatable Pin
saravanan0529-Aug-07 20:58
saravanan0529-Aug-07 20:58 
QuestionControl Focus Issue on .aspx Pin
mrelusive29-Aug-07 20:49
mrelusive29-Aug-07 20:49 
AnswerRe: Control Focus Issue on .aspx Pin
Vasudevan Deepak Kumar29-Aug-07 20:51
Vasudevan Deepak Kumar29-Aug-07 20:51 
GeneralRe: Control Focus Issue on .aspx Pin
mrelusive29-Aug-07 21:46
mrelusive29-Aug-07 21:46 
Questionclient side validation for a control which is inside a gridview ,using java script Pin
sanjay_tutu29-Aug-07 20:40
sanjay_tutu29-Aug-07 20:40 
Generally i use this to associate the java scrpt with a button.

Private Sub Page_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
If (Not Page.IsPostBack) Then
Me.btnSave.Attributes.Add("onclick","return validate();")
End If
End Sub

But if the button is in side a gridview's footer control how can i do this?

sanjay kumar samantaray

AnswerRe: client side validation for a control which is inside a gridview ,using java script Pin
Michael Sync29-Aug-07 20:52
Michael Sync29-Aug-07 20:52 
QuestionProcedure to convert an asp.net application to an exe file Pin
Priya S29-Aug-07 20:17
Priya S29-Aug-07 20:17 
AnswerRe: Procedure to convert an asp.net application to an exe file Pin
Michael Sync29-Aug-07 20:43
Michael Sync29-Aug-07 20:43 
GeneralRe: Procedure to convert an asp.net application to an exe file Pin
Priya S29-Aug-07 20:58
Priya S29-Aug-07 20:58 
QuestionUser defined controls Pin
waheed awan29-Aug-07 19:51
waheed awan29-Aug-07 19:51 
AnswerRe: User defined controls Pin
Michael Sync29-Aug-07 20:11
Michael Sync29-Aug-07 20:11 
GeneralRe: User defined controls Pin
waheed awan29-Aug-07 20:27
waheed awan29-Aug-07 20:27 
GeneralRe: User defined controls Pin
Michael Sync29-Aug-07 20:39
Michael Sync29-Aug-07 20:39 
Questionhow Upload pdf file ? Pin
Suhail Ali29-Aug-07 19:29
Suhail Ali29-Aug-07 19:29 
AnswerRe: how Upload pdf file ? Pin
N a v a n e e t h29-Aug-07 19:36
N a v a n e e t h29-Aug-07 19:36 
AnswerRe: how Upload pdf file ? Pin
Jon Sagara29-Aug-07 19:36
Jon Sagara29-Aug-07 19:36 
AnswerRe: how Upload pdf file ? Pin
Sathesh Sakthivel29-Aug-07 20:10
Sathesh Sakthivel29-Aug-07 20:10 
GeneralRe: how Upload pdf file ? Pin
bryan paling29-Aug-07 19:57
bryan paling29-Aug-07 19:57 
QuestionHelp with DataGrid Pin
bryan paling29-Aug-07 17:40
bryan paling29-Aug-07 17:40 
AnswerRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 18:38
Imran Khan Pathan29-Aug-07 18:38 
GeneralRe: Help with DataGrid Pin
bryan paling29-Aug-07 19:19
bryan paling29-Aug-07 19:19 
GeneralRe: Help with DataGrid Pin
Imran Khan Pathan29-Aug-07 19:55
Imran Khan Pathan29-Aug-07 19:55 

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.