Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwindow opening Pin
netJP12L7-Mar-07 5:39
netJP12L7-Mar-07 5:39 
AnswerRe: window opening Pin
Carmine_XX7-Mar-07 9:32
Carmine_XX7-Mar-07 9:32 
QuestionPing in C# Pin
Marwa Bahaa7-Mar-07 5:34
Marwa Bahaa7-Mar-07 5:34 
AnswerRe: Ping in C# Pin
Vasudevan Deepak Kumar7-Mar-07 6:13
Vasudevan Deepak Kumar7-Mar-07 6:13 
QuestionMaster and Page Requests ! Pin
Jagga_Jatt7-Mar-07 4:04
Jagga_Jatt7-Mar-07 4:04 
AnswerRe: Master and Page Requests ! Pin
badgrs7-Mar-07 4:50
badgrs7-Mar-07 4:50 
GeneralRe: Master and Page Requests ! Pin
Jagga_Jatt8-Mar-07 16:57
Jagga_Jatt8-Mar-07 16:57 
Questionasp:Table and InnerHtml Pin
Leo Smith7-Mar-07 3:30
Leo Smith7-Mar-07 3:30 
Is there a way to create a table on the server and create a simple command like the HtmlGenericControl has a InnerHtml property. Idea here to allow an Callback to return a string that has the contents of that could be used to update the table without a full Postback.

JavaScript example:

function UpdateTable(result, context)
{
document.getElementById('localList').innerHtml = result;
return false;
}

Currently it looks like I would have to iterate through the table, table rows, and finally the table cells recreating all my tags one at a time. This can be messy and easy to forget to check for some value that could be set by a programmer.

Thanks,

Leo T. Smith

QuestionImage Caching problem Pin
dasumohan7-Mar-07 3:21
dasumohan7-Mar-07 3:21 
QuestionInclude Aps.net USercotnrol in XSLT File Pin
GaryWoodfine 7-Mar-07 2:58
professionalGaryWoodfine 7-Mar-07 2:58 
Questiongenerate encrypted key Pin
monuSaini7-Mar-07 2:27
monuSaini7-Mar-07 2:27 
AnswerRe: generate encrypted key Pin
Not Active7-Mar-07 3:39
mentorNot Active7-Mar-07 3:39 
GeneralRe: generate encrypted key Pin
monuSaini7-Mar-07 3:45
monuSaini7-Mar-07 3:45 
GeneralRe: generate encrypted key Pin
Not Active7-Mar-07 4:22
mentorNot Active7-Mar-07 4:22 
GeneralRe: generate encrypted key Pin
monuSaini7-Mar-07 20:56
monuSaini7-Mar-07 20:56 
AnswerRe: generate encrypted key Pin
Vasudevan Deepak Kumar7-Mar-07 6:14
Vasudevan Deepak Kumar7-Mar-07 6:14 
QuestionHow to Print webform on Dotmetrix printer Pin
Member 22041097-Mar-07 2:00
Member 22041097-Mar-07 2:00 
AnswerRe: How to Print webform on Dotmetrix printer Pin
badgrs7-Mar-07 4:48
badgrs7-Mar-07 4:48 
QuestionListView and SelectedIndexChanged event Pin
allende7-Mar-07 1:38
allende7-Mar-07 1:38 
AnswerRe: ListView and SelectedIndexChanged event/List View Pin
Naveed Kamboh7-Mar-07 1:47
Naveed Kamboh7-Mar-07 1:47 
GeneralRe: ListView and SelectedIndexChanged event/List View Pin
allende7-Mar-07 1:56
allende7-Mar-07 1:56 
GeneralRe: ListView and SelectedIndexChanged event/List View Pin
Kunal P16-Mar-07 23:53
Kunal P16-Mar-07 23:53 
Questionhow to change the color of selected child node treeview in asp.net Pin
Piyush Vardhan Singh7-Mar-07 1:20
Piyush Vardhan Singh7-Mar-07 1:20 
Questionmultiple selection listbox Pin
Kunal P7-Mar-07 1:18
Kunal P7-Mar-07 1:18 
AnswerRe: multiple selection listbox Pin
haggenx7-Mar-07 7:09
haggenx7-Mar-07 7:09 

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.