Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem with query Pin
eyeseetee10-Mar-08 22:41
eyeseetee10-Mar-08 22:41 
GeneralRe: problem with query Pin
Member 465900110-Mar-08 23:36
Member 465900110-Mar-08 23:36 
QuestionHow to set focus to a control Pin
Muhammad Gouda10-Mar-08 3:55
Muhammad Gouda10-Mar-08 3:55 
GeneralRe: How to set focus to a control Pin
eyeseetee10-Mar-08 4:16
eyeseetee10-Mar-08 4:16 
GeneralRe: How to set focus to a control Pin
Muhammad Gouda10-Mar-08 4:38
Muhammad Gouda10-Mar-08 4:38 
GeneralRe: How to set focus to a control Pin
eyeseetee10-Mar-08 5:08
eyeseetee10-Mar-08 5:08 
GeneralRe: How to set focus to a control Pin
Muhammad Gouda11-Mar-08 1:37
Muhammad Gouda11-Mar-08 1:37 
QuestionHow do I determine that my gridview is empty? Pin
Nada Adel10-Mar-08 2:42
Nada Adel10-Mar-08 2:42 
I need to check that gridview is empty.
so I use
if(gridview1.Rows.Count==0)
{
Button1.Visible=fase;
}

But this never works coz it seems that the gridview has rows.
I'm using the emptytemplate to be displayed automatically when there is no data returned.

My problem is the I'm using a sql datasource so I have no dataset or datatable to check against if no data is returned.

Help please!
AnswerRe: How do I determine that my gridview is empty? Pin
Not Active10-Mar-08 3:01
mentorNot Active10-Mar-08 3:01 
AnswerRe: How do I determine that my gridview is empty? Pin
Chetan Patel10-Mar-08 3:05
Chetan Patel10-Mar-08 3:05 
GeneralRe: How do I determine that my gridview is empty? Pin
Nada Adel10-Mar-08 3:10
Nada Adel10-Mar-08 3:10 
GeneralRe: How do I determine that my gridview is empty? Pin
eyeseetee10-Mar-08 3:40
eyeseetee10-Mar-08 3:40 
AnswerRe: How do I determine that my gridview is empty? Pin
Christian Graus10-Mar-08 10:36
protectorChristian Graus10-Mar-08 10:36 
GeneralRe: How do I determine that my gridview is empty? Pin
Nada Adel12-Mar-08 4:58
Nada Adel12-Mar-08 4:58 
Generalerror when make web refferance Pin
kimo code10-Mar-08 2:23
kimo code10-Mar-08 2:23 
GeneralRetaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
salon10-Mar-08 2:16
salon10-Mar-08 2:16 
GeneralRe: Retaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
eyeseetee10-Mar-08 3:12
eyeseetee10-Mar-08 3:12 
GeneralRe: Retaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
salon10-Mar-08 3:44
salon10-Mar-08 3:44 
GeneralRe: Retaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
eyeseetee10-Mar-08 4:18
eyeseetee10-Mar-08 4:18 
GeneralRe: Retaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
salon10-Mar-08 19:31
salon10-Mar-08 19:31 
GeneralRe: Retaining GridView data which was selected with checkbox click,to the next page in ASP.NET2.0 Pin
eyeseetee10-Mar-08 22:42
eyeseetee10-Mar-08 22:42 
Questionhow to use c & vb coding in .net web application Pin
md_azy10-Mar-08 1:46
md_azy10-Mar-08 1:46 
GeneralRe: how to use c & vb coding in .net web application Pin
eyeseetee10-Mar-08 1:55
eyeseetee10-Mar-08 1:55 
GeneralRe: how to use c & vb coding in .net web application Pin
md_azy10-Mar-08 2:10
md_azy10-Mar-08 2:10 
GeneralRe: how to use c & vb coding in .net web application Pin
Syed Ali Raza10-Mar-08 3:06
Syed Ali Raza10-Mar-08 3:06 

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.