Click here to Skip to main content
15,895,667 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Generating HTML Reports in C# Pin
Vasudevan Deepak Kumar4-May-08 22:26
Vasudevan Deepak Kumar4-May-08 22:26 
GeneralRe: Generating HTML Reports in C# Pin
Aswanth4-May-08 23:47
Aswanth4-May-08 23:47 
QuestionAdding Dynamic Radio buttons in panel control Pin
chakran4-May-08 21:33
chakran4-May-08 21:33 
QuestionDiv Show Pin
raushan_94-May-08 21:32
raushan_94-May-08 21:32 
AnswerRe: Div Show Pin
Christian Graus4-May-08 23:00
protectorChristian Graus4-May-08 23:00 
GeneralRe: Div Show Pin
raushan_94-May-08 23:22
raushan_94-May-08 23:22 
GeneralRe: Div Show Pin
Christian Graus4-May-08 23:27
protectorChristian Graus4-May-08 23:27 
GeneralRe: Div Show Pin
raushan_94-May-08 23:39
raushan_94-May-08 23:39 
Html Code of DIV...
<div id="divIP1" runat="server" style="display:none;text-align:left;padding-left:0px;" > ........
Then Server Side Code here...
protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e)
{
string id = GridView1.DataKeys[e.RowIndex].Value.ToString();
DataUtility dUT = new DataUtility();
string strsql = "Delete FeedBack Where Active=1 and ID='" + id.ToString() + "'";
int result = dUT.ExecuteSql(strsql);
bindDataGrid();
bindDataGrid1();
divIP1.Style["Display"] = "Visible";
}
GeneralRe: Div Show Pin
Christian Graus4-May-08 23:57
protectorChristian Graus4-May-08 23:57 
GeneralRe: Div Show Pin
raushan_95-May-08 0:53
raushan_95-May-08 0:53 
GeneralRe: Div Show Pin
Christian Graus5-May-08 11:13
protectorChristian Graus5-May-08 11:13 
Questiontool tip Pin
Pankaj Garg4-May-08 21:20
Pankaj Garg4-May-08 21:20 
AnswerRe: tool tip Pin
samMaster4-May-08 22:19
samMaster4-May-08 22:19 
AnswerRe: tool tip Pin
Vasudevan Deepak Kumar4-May-08 22:27
Vasudevan Deepak Kumar4-May-08 22:27 
QuestionPage Appear In Center but scrollbar can be dragged to a larger distance Pin
Krazy Programmer4-May-08 20:50
Krazy Programmer4-May-08 20:50 
AnswerRe: Page Appear In Center but scrollbar can be dragged to a larger distance Pin
J a a n s4-May-08 21:04
professionalJ a a n s4-May-08 21:04 
Questiondatabase name extracting and table retrievel Pin
accessred4-May-08 20:45
accessred4-May-08 20:45 
QuestionRenaming in DataColumnCollection??? Pin
Karan_TN4-May-08 20:22
Karan_TN4-May-08 20:22 
QuestionContact page help? Pin
asif_34-May-08 19:49
asif_34-May-08 19:49 
AnswerRe: Contact page help? Pin
Christian Graus4-May-08 19:58
protectorChristian Graus4-May-08 19:58 
General[Message Deleted] Pin
asif_34-May-08 20:03
asif_34-May-08 20:03 
AnswerRe: Contact page help? Pin
Abhijit Jana4-May-08 20:10
professionalAbhijit Jana4-May-08 20:10 
GeneralRe: [Message Deleted] Pin
Christian Graus4-May-08 21:07
protectorChristian Graus4-May-08 21:07 
QuestionGridview Pin
asif_34-May-08 19:46
asif_34-May-08 19:46 
AnswerRe: Gridview Pin
Christian Graus4-May-08 19:57
protectorChristian Graus4-May-08 19:57 

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.