Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / May 2004

Tip: Looking for answers? Try searching our database.

DataGrid Not Visible when the file been uploaded in the Internet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Solomon Raja - 01 May 2004 12:54 GMT
Hi
After unloading my files,and try to execute the file in the browser, i was able to view my page but the datagrid control in corresponding page was not displayed in  the screen. Can anyone solve this for me

From
Solomon

-----------------------

<Id>NLSiEfYvfUq+IcuG6H9gvg==</Id
Jean-Luc David [MS-MVP] - 01 May 2004 15:06 GMT
Hi Solomon,

There may be several reasons why it might not be showing up:

a) You haven't properly bound your data to the control. Use
the DataBind() method. Here is a link to the ASP.NET
Quickstart on Data Binding Server Controls:
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdatabinding.aspx

b) The DataGrid control is not supported under MMIT.
Therefore, it may not render correctly on certain mobile
browsers because HTML tables are used. As an alternative,
try using the ObjectList control.

c) Your page output may be too large for the targeted device. Try
disabling the page viewstate by adding this directive at the top of
your page:

<%@ Page EnableViewState="false" %>

I hope this information is helpful.

Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net

----- Original Message -----

From: "Solomon Raja via .NET 247" <anonymous@dotnet247.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet.mobile
Sent: Saturday, May 01, 2004 4:54 AM
Subject: DataGrid Not Visible when the file been uploaded in the Internet

> Hi
>
[quoted text clipped - 4 lines]
> From
> Solomon

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.