Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get SerialNumber Disk Driver Pin
Christian Graus20-Apr-08 17:49
protectorChristian Graus20-Apr-08 17:49 
GeneralRe: Get SerialNumber Disk Driver Pin
Christian Graus20-Apr-08 17:50
protectorChristian Graus20-Apr-08 17:50 
GeneralRe: Get SerialNumber Disk Driver Pin
AnhTin20-Apr-08 18:12
AnhTin20-Apr-08 18:12 
GeneralRe: Get SerialNumber Disk Driver Pin
Christian Graus20-Apr-08 19:33
protectorChristian Graus20-Apr-08 19:33 
Generalexternal Javascript problem Pin
Mike Hankey20-Apr-08 13:37
mveMike Hankey20-Apr-08 13:37 
GeneralRe: external Javascript problem Pin
Sandeep Akhare20-Apr-08 19:31
Sandeep Akhare20-Apr-08 19:31 
GeneralRe: external Javascript problem Pin
Mike Hankey21-Apr-08 0:11
mveMike Hankey21-Apr-08 0:11 
GeneralRenderContents - Adding items after rendering... Pin
Kasic Slobodan20-Apr-08 13:02
Kasic Slobodan20-Apr-08 13:02 
First of all, I want to apologize for stupid title. Don't have any idea how to form it well.

Second, I have to work on custom data grid for project.
Stored procedure sometimes return one table, and sometime more then one.

I've started the project, but I faced the problem on the beginning.

I want to be able to add items to that grid like you can add items to ListView in windows forms which will give me more control. (Without Java Script, only ASP.NET)

On RenderContents I have a code that render table header and footer so that table can be displayed in DesignMode (WebControl).

I've also created a void that takes one argument. String (which is the actual data to be added) and then generate tr's and td's and save them in some variable.

That variable is appended in RenderContents void (between header and footer part), but when I run it, table gets rendered, but the generated data is rendered outside the table.

The question is, can I achieve this kind of functionality and how?
Questionlogout functionality Pin
bunny.varun20-Apr-08 3:22
bunny.varun20-Apr-08 3:22 
GeneralRe: logout functionality Pin
Blue_Boy20-Apr-08 8:14
Blue_Boy20-Apr-08 8:14 
GeneralRe: logout functionality Pin
Christian Graus20-Apr-08 11:47
protectorChristian Graus20-Apr-08 11:47 
Generalprint Pin
ptvce20-Apr-08 2:17
ptvce20-Apr-08 2:17 
GeneralRe: print Pin
Christian Graus20-Apr-08 11:46
protectorChristian Graus20-Apr-08 11:46 
GeneralRe: print Pin
ptvce20-Apr-08 18:22
ptvce20-Apr-08 18:22 
GeneralRe: print Pin
ptvce20-Apr-08 18:41
ptvce20-Apr-08 18:41 
GeneralRe: print Pin
Christian Graus21-Apr-08 13:03
protectorChristian Graus21-Apr-08 13:03 
Questionhow to set a page as default Pin
bunny.varun19-Apr-08 23:44
bunny.varun19-Apr-08 23:44 
AnswerRe: how to set a page as default Pin
Blue_Boy19-Apr-08 23:59
Blue_Boy19-Apr-08 23:59 
AnswerRe: how to set a page as default Pin
Rob Smiley20-Apr-08 0:15
Rob Smiley20-Apr-08 0:15 
Generalcheck with browser Pin
VanithaVasu19-Apr-08 23:28
VanithaVasu19-Apr-08 23:28 
GeneralRe: check with browser Pin
Blue_Boy19-Apr-08 23:31
Blue_Boy19-Apr-08 23:31 
GeneralRe: check with browser Pin
VanithaVasu19-Apr-08 23:35
VanithaVasu19-Apr-08 23:35 
GeneralRe: check with browser Pin
Vasudevan Deepak Kumar20-Apr-08 19:01
Vasudevan Deepak Kumar20-Apr-08 19:01 
QuestionGridview display and using Session Problem Pin
ksaw12319-Apr-08 22:49
ksaw12319-Apr-08 22:49 
GeneralRe: Gridview display and using Session Problem Pin
Blue_Boy19-Apr-08 23:05
Blue_Boy19-Apr-08 23:05 

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.