Click here to Skip to main content
15,889,853 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: 3)Datagrid footer related problem in asp.net 2.0? Pin
Christian Graus29-Apr-07 21:04
protectorChristian Graus29-Apr-07 21:04 
Question2)find control related problem? Pin
Tridip Bhattacharjee29-Apr-07 20:46
professionalTridip Bhattacharjee29-Apr-07 20:46 
AnswerRe: 2)find control related problem? Pin
Christian Graus29-Apr-07 21:03
protectorChristian Graus29-Apr-07 21:03 
AnswerRe: 2)find control related problem? Pin
captoreg30-Apr-07 4:52
captoreg30-Apr-07 4:52 
Question1)how to find or capture a control of a content page from master page? Pin
Tridip Bhattacharjee29-Apr-07 20:45
professionalTridip Bhattacharjee29-Apr-07 20:45 
AnswerRe: 1)how to find or capture a control of a content page from master page? Pin
Christian Graus29-Apr-07 21:02
protectorChristian Graus29-Apr-07 21:02 
QuestionInvisible columns in gridview Pin
E.Madhu29-Apr-07 20:28
E.Madhu29-Apr-07 20:28 
AnswerRe: Invisible columns in gridview Pin
Lijo Rajan29-Apr-07 22:50
Lijo Rajan29-Apr-07 22:50 
You have to make that column visible before u r binding grid.After binding again u can make that column invisible.
Ex
GridEdit.DataSource = ds_projectSelect;
GridEdit.Columns[0].Visible = true;
GridEdit.DataBind();
GridEdit.Columns[0].Visible = false ;
hope that this will help u.
Question<% and %> tags? can I use them to dynamically generate content? Pin
signbit29-Apr-07 20:05
signbit29-Apr-07 20:05 
AnswerRe: <% and %> tags? can I use them to dynamically generate content? Pin
enjoycrack29-Apr-07 20:21
enjoycrack29-Apr-07 20:21 
AnswerRe: <% and %> tags? can I use them to dynamically generate content? Pin
Arun.Immanuel29-Apr-07 21:22
Arun.Immanuel29-Apr-07 21:22 
Questionbrowser opening browser? how? Pin
neodeaths29-Apr-07 19:31
neodeaths29-Apr-07 19:31 
AnswerRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:23
enjoycrack29-Apr-07 20:23 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 20:50
neodeaths29-Apr-07 20:50 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:57
enjoycrack29-Apr-07 20:57 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 21:19
neodeaths29-Apr-07 21:19 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 23:52
enjoycrack29-Apr-07 23:52 
GeneralRe: browser opening browser? how? Pin
neodeaths1-May-07 15:11
neodeaths1-May-07 15:11 
GeneralRe: browser opening browser? how? Pin
enjoycrack1-May-07 22:14
enjoycrack1-May-07 22:14 
QuestionEmbedding Javascript in ASP Pin
jase7629-Apr-07 19:13
jase7629-Apr-07 19:13 
AnswerRe: Embedding Javascript in ASP Pin
Lijo Rajan29-Apr-07 22:57
Lijo Rajan29-Apr-07 22:57 
QuestionHow to refresh the Datagrid page? Pin
dfwzh29-Apr-07 18:38
dfwzh29-Apr-07 18:38 
AnswerRe: How to refresh the Datagrid page? Pin
Christian Graus29-Apr-07 18:47
protectorChristian Graus29-Apr-07 18:47 
GeneralRe: How to refresh the Datagrid page? Pin
dfwzh29-Apr-07 19:26
dfwzh29-Apr-07 19:26 
GeneralRe: How to refresh the Datagrid page? Pin
Chetan Ranpariya29-Apr-07 20:21
Chetan Ranpariya29-Apr-07 20:21 

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.