Ask a Question related to ASP.NET General, Design and Development.
-
Davef #1
Empty Datagrid
Is there a way I can replace the datagrid with text "No recored returned" if
there is no data?
--
______________________
David Fetrow
HelixPoint LLC.
[url]http://www.helixpoint.com[/url]
[email]davef@helixpoint.com[/email]
Interested in Affordable Email Marketing?
Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
If you are interested in becoming a Reseller of HelixPoint products, contact
[email]davef@helixpoint.com[/email]
______________________
Davef Guest
-
datagrid empty--bizarre
I have simply copied the example code from the flex documentation, but the datagrid isn't displaying any contents. The httpservice request IS adding... -
DataGrid.Column.Count is empty?
Hello, I have created my own datagrid control, derived from datagrid. Now my webform uses this datagrrd and calls the ItemDataBound method,... -
Empty row in DataGrid
Hi! I have DataGrid with five columns. DataGrid must have every sixth row empty! Row 1 = DataItem 1 .... Row 5 = DataItem 5 Row 6 = Empty -
Null/Empty DataGrid Comparison
I've got a page that does reports, which pulls a dataGrid from a SQL table. Sometimes there are no results for the report, so I added a textbox... -
Empty DataGrid Formatting
Hello Matthew, You are welcome. If you have follow up questions, please feel free to post in the group and we are glad to be of assistance. ... -
John Saunders #2
Re: Empty Datagrid
"Davef" <dave@helixpoint.com> wrote in message
news:%23ifMQQsXDHA.3444@tk2msftngp13.phx.gbl...if> Is there a way I can replace the datagrid with text "No recored returned"Yes. Use a Label with your message in it, and a DataGrid. Make the label> there is no data?
Visible="False".
If there's no data, make the Label Visible="True" and the DataGrid
Visible="False".
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
John Saunders Guest
-
S. Justin Gengo #3
Re: Empty Datagrid
Davef,
Use the ItemDataBound event.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Davef" <dave@helixpoint.com> wrote in message
news:%23ifMQQsXDHA.3444@tk2msftngp13.phx.gbl...if> Is there a way I can replace the datagrid with text "No recored returned"contact> there is no data?
>
> --
>
> ______________________
> David Fetrow
> HelixPoint LLC.
> [url]http://www.helixpoint.com[/url]
> [email]davef@helixpoint.com[/email]
>
> Interested in Affordable Email Marketing?
> Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
> If you are interested in becoming a Reseller of HelixPoint products,> [email]davef@helixpoint.com[/email]
> ______________________
>
>
S. Justin Gengo Guest
-
John Saunders #4
Re: Empty Datagrid
"MS News (MS ILM)" <sql_agentman@hotmail.com> wrote in message
news:OJ%23YIFtXDHA.1748@TK2MSFTNGP12.phx.gbl...I don't.> John,
>
> You are a person endowed with transcendent mental superiority
> How many agree?
> I do
I only recently learned this lesson: "render all, display one" . I've been
doing ASP.NET for two years, and only learned this a month ago!
That's hardly transcendant.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
John Saunders Guest
-
MS News \(MS ILM\) #5
Re: Empty Datagrid
You are a modest man. tending toward diffidence.
Good job
Thanks
"John Saunders" <john.saunders@surfcontrol.com> wrote in message
news:ulPcmcyXDHA.1204@TK2MSFTNGP12.phx.gbl...> "MS News (MS ILM)" <sql_agentman@hotmail.com> wrote in message
> news:OJ%23YIFtXDHA.1748@TK2MSFTNGP12.phx.gbl...>> > John,
> >
> > You are a person endowed with transcendent mental superiority
> > How many agree?
> > I do
> I don't.
>
> I only recently learned this lesson: "render all, display one" . I've been
> doing ASP.NET for two years, and only learned this a month ago!
>
> That's hardly transcendant.
> --
> John Saunders
> Internet Engineer
> [email]john.saunders@surfcontrol.com[/email]
>
>
MS News \(MS ILM\) Guest



Reply With Quote

