Click here to Skip to main content
15,913,903 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: PDF Pin
Christian Graus29-Apr-07 22:29
protectorChristian Graus29-Apr-07 22:29 
GeneralRe: PDF Pin
kirthikirthi29-Apr-07 22:53
kirthikirthi29-Apr-07 22:53 
QuestionAlert OnceTime Pin
Socheat.Net29-Apr-07 20:52
Socheat.Net29-Apr-07 20:52 
Question5) how to emit javascript function and call whenever i will be using a atlas update panel? Pin
Tridip Bhattacharjee29-Apr-07 20:48
professionalTridip Bhattacharjee29-Apr-07 20:48 
AnswerRe: 5) how to emit javascript function and call whenever i will be using a atlas update panel? Pin
Christian Graus29-Apr-07 21:06
protectorChristian Graus29-Apr-07 21:06 
Question4)how to fire my own javascript function whenever i will be using a atlas update panel? Pin
Tridip Bhattacharjee29-Apr-07 20:48
professionalTridip Bhattacharjee29-Apr-07 20:48 
AnswerRe: 4)how to fire my own javascript function whenever i will be using a atlas update panel? Pin
Christian Graus29-Apr-07 21:05
protectorChristian Graus29-Apr-07 21:05 
Question3)Datagrid footer related problem in asp.net 2.0? Pin
Tridip Bhattacharjee29-Apr-07 20:47
professionalTridip Bhattacharjee29-Apr-07 20:47 
in asp.net 2.0 i have one master page and one content page.in my content page there is a datagrid not gridview.my logic is writtent over there
like whenever user will click on a button then i will fetch value from the texboxes placed in footer of the datagrid.
my code was

protected void btnSave_Click(object sender, EventArgs e)
{
for (i = 0; i <= dgList.Items.Count - 1; i++)
{
if (dgList.Items[i].ItemType = ListItemType.Footer)
{
string sUnit = ((TextBox)dgList.Items[i].FindControl("txtUnit")).Text.Trim();
}
}
}

but the problem is my iteration does not get into footer means if (dgList.Items[i].ItemType = ListItemType.Footer) this line never becomes true.
i always get the success whenever i used to do it in asp.net 1.1.but it is not working in asp.net 2.0.so please tell me what is wrong in my code.
so please tell me how could i do this in asp.net 2.0. please rectify my error if there is any and give me a sample code.

tbhattacharjee

AnswerRe: 3)Datagrid footer related problem in asp.net 2.0? Pin
Christian Graus29-Apr-07 21:04
protectorChristian Graus29-Apr-07 21:04 
Question2)find control related problem? Pin
Tridip Bhattacharjee29-Apr-07 20:46
professionalTridip Bhattacharjee29-Apr-07 20:46 
AnswerRe: 2)find control related problem? Pin
Christian Graus29-Apr-07 21:03
protectorChristian Graus29-Apr-07 21:03 
AnswerRe: 2)find control related problem? Pin
captoreg30-Apr-07 4:52
captoreg30-Apr-07 4:52 
Question1)how to find or capture a control of a content page from master page? Pin
Tridip Bhattacharjee29-Apr-07 20:45
professionalTridip Bhattacharjee29-Apr-07 20:45 
AnswerRe: 1)how to find or capture a control of a content page from master page? Pin
Christian Graus29-Apr-07 21:02
protectorChristian Graus29-Apr-07 21:02 
QuestionInvisible columns in gridview Pin
E.Madhu29-Apr-07 20:28
E.Madhu29-Apr-07 20:28 
AnswerRe: Invisible columns in gridview Pin
Lijo Rajan29-Apr-07 22:50
Lijo Rajan29-Apr-07 22:50 
Question&lt;% and %&gt; tags? can I use them to dynamically generate content? Pin
signbit29-Apr-07 20:05
signbit29-Apr-07 20:05 
AnswerRe: &lt;% and %&gt; tags? can I use them to dynamically generate content? Pin
enjoycrack29-Apr-07 20:21
enjoycrack29-Apr-07 20:21 
AnswerRe: &amp;lt;% and %&amp;gt; tags? can I use them to dynamically generate content? Pin
Arun.Immanuel29-Apr-07 21:22
Arun.Immanuel29-Apr-07 21:22 
Questionbrowser opening browser? how? Pin
neodeaths29-Apr-07 19:31
neodeaths29-Apr-07 19:31 
AnswerRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:23
enjoycrack29-Apr-07 20:23 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 20:50
neodeaths29-Apr-07 20:50 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:57
enjoycrack29-Apr-07 20:57 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 21:19
neodeaths29-Apr-07 21:19 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 23:52
enjoycrack29-Apr-07 23:52 

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.