Click here to Skip to main content
15,886,639 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Cannot add controls to webform Pin
zzsoulzz23-Jun-08 18:30
zzsoulzz23-Jun-08 18:30 
QuestionCannot access aspx from development machine Pin
aman200623-Jun-08 7:43
aman200623-Jun-08 7:43 
AnswerRe: Cannot access aspx from development machine Pin
Yusuf23-Jun-08 10:25
Yusuf23-Jun-08 10:25 
GeneralRe: Cannot access aspx from development machine Pin
aman200623-Jun-08 17:49
aman200623-Jun-08 17:49 
GeneralRe: Cannot access aspx from development machine Pin
Yusuf23-Jun-08 17:56
Yusuf23-Jun-08 17:56 
Questioncheckbox Pin
jds120723-Jun-08 7:15
jds120723-Jun-08 7:15 
AnswerRe: checkbox Pin
Christian Graus23-Jun-08 11:35
protectorChristian Graus23-Jun-08 11:35 
QuestionRendering a GridView Control in a Sharepoint WebPart Pin
Neophyte3023-Jun-08 5:46
Neophyte3023-Jun-08 5:46 
I am trying to create a Sharepoint web part that will consist of a gridview control. I cannot see any errors when debugging, and no exceptions (apparently) are thrown.


protected override void RenderContents(HtmlTextWriter writer)
{
writer.Write("<table border=\"0\" width = \"100%\"><tr><th>Test Web Part</th></tr><tr><td>");
gv_JobData.RenderControl(writer);
writer.Write("</td></tr><tr><td>");
lbl_Test.RenderControl(writer);
writer.Write("</td></tr></table>");

}

I get the table with it's title, and the test label, but absolutely nothing for the gridview. Confused | :confused: As I am getting no errors or exceptions, I'm a bit stuck. Any suggestions as to how to find out why the gridviews RenderControl method is called happily, but nothing gets rendered?
QuestionData sources and master pages Pin
Dan Neely23-Jun-08 5:03
Dan Neely23-Jun-08 5:03 
AnswerRe: Data sources and master pages Pin
Christian Graus23-Jun-08 11:39
protectorChristian Graus23-Jun-08 11:39 
GeneralSizing of GridView Based UserControl Pin
Brady Kelly23-Jun-08 4:52
Brady Kelly23-Jun-08 4:52 
GeneralRe: Sizing of GridView Based UserControl Pin
Arindam Tewary23-Jun-08 19:38
professionalArindam Tewary23-Jun-08 19:38 
GeneralRe: Sizing of GridView Based UserControl Pin
Brady Kelly23-Jun-08 19:53
Brady Kelly23-Jun-08 19:53 
GeneralRe: Sizing of GridView Based UserControl Pin
Arindam Tewary23-Jun-08 22:39
professionalArindam Tewary23-Jun-08 22:39 
GeneralRe: Sizing of GridView Based UserControl Pin
Brady Kelly23-Jun-08 22:42
Brady Kelly23-Jun-08 22:42 
QuestionContext Menu Pin
rinjin23-Jun-08 4:51
rinjin23-Jun-08 4:51 
AnswerRe: Context Menu Pin
Parwej Ahamad23-Jun-08 5:00
professionalParwej Ahamad23-Jun-08 5:00 
GeneralRe: Context Menu Pin
rinjin23-Jun-08 19:36
rinjin23-Jun-08 19:36 
GeneralRe: Context Menu Pin
Parwej Ahamad24-Jun-08 4:40
professionalParwej Ahamad24-Jun-08 4:40 
GeneralRe: Context Menu Pin
rinjin25-Jun-08 3:02
rinjin25-Jun-08 3:02 
GeneralRe: Context Menu Pin
Parwej Ahamad25-Jun-08 5:01
professionalParwej Ahamad25-Jun-08 5:01 
QuestionPreventing form resubmitting.... Pin
www.Developerof.NET23-Jun-08 4:44
www.Developerof.NET23-Jun-08 4:44 
AnswerRe: Preventing form resubmitting.... Pin
Michael Bookatz23-Jun-08 6:14
Michael Bookatz23-Jun-08 6:14 
QuestionSaving a form to database Pin
ferronrsmith23-Jun-08 4:30
ferronrsmith23-Jun-08 4:30 
AnswerRe: Saving a form to database Pin
www.Developerof.NET23-Jun-08 4:47
www.Developerof.NET23-Jun-08 4:47 

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.