Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to find out number of hits by a user on a specific page? Pin
Lijo Rajan9-Jul-09 21:01
Lijo Rajan9-Jul-09 21:01 
AnswerRe: How to find out number of hits by a user on a specific page? Pin
K03069-Jul-09 21:05
K03069-Jul-09 21:05 
AnswerRe: How to find out number of hits by a user on a specific page? Pin
Blue_Boy9-Jul-09 21:09
Blue_Boy9-Jul-09 21:09 
QuestionHello every one,i have a problem with Authentication. Pin
rinku soni 239-Jul-09 20:58
rinku soni 239-Jul-09 20:58 
AnswerRe: Hello every one,i have a problem with Authentication. Pin
K03069-Jul-09 21:02
K03069-Jul-09 21:02 
QuestionGridView DataBind, Adds an extra row to the gridview. Pin
AB77719-Jul-09 20:31
AB77719-Jul-09 20:31 
AnswerRe: GridView DataBind, Adds an extra row to the gridview. Pin
N a v a n e e t h9-Jul-09 20:33
N a v a n e e t h9-Jul-09 20:33 
GeneralRe: GridView DataBind, Adds an extra row to the gridview. Pin
AB77719-Jul-09 21:03
AB77719-Jul-09 21:03 
I am binding a dataset to a Gridview.

Gridview1.DataSource = dtTable;
GridView1.DataBind();

And in the GridView1_RowCreated() method
I add the usercontrol for each row.

TableCell cell = new TableCell();
e.row.cells[0].Add(LoadControl("~/Usercontrol1.ascx"));

Hope that clears it.

Thanks & Regards,
Pramod
"Everyone is a genius at least once a year"

QuestionJavascript not firing in checkbox change Pin
meeram3959-Jul-09 19:51
meeram3959-Jul-09 19:51 
AnswerRe: Javascript not firing in checkbox change Pin
AB77719-Jul-09 20:33
AB77719-Jul-09 20:33 
AnswerRe: Javascript not firing in checkbox change Pin
N a v a n e e t h9-Jul-09 20:48
N a v a n e e t h9-Jul-09 20:48 
GeneralRe: Javascript not firing in checkbox change Pin
meeram3959-Jul-09 21:15
meeram3959-Jul-09 21:15 
GeneralRe: Javascript not firing in checkbox change Pin
N a v a n e e t h9-Jul-09 21:24
N a v a n e e t h9-Jul-09 21:24 
GeneralRe: Javascript not firing in checkbox change Pin
meeram3959-Jul-09 21:57
meeram3959-Jul-09 21:57 
AnswerRe: Javascript not firing in checkbox change Pin
Amit Patel19859-Jul-09 21:44
Amit Patel19859-Jul-09 21:44 
GeneralRe: Javascript not firing in checkbox change Pin
meeram3959-Jul-09 22:23
meeram3959-Jul-09 22:23 
QuestionHyperlink Pin
the_smiths9-Jul-09 19:36
the_smiths9-Jul-09 19:36 
AnswerRe: Hyperlink Pin
syaiful_869-Jul-09 20:39
syaiful_869-Jul-09 20:39 
GeneralRe: Hyperlink Pin
the_smiths9-Jul-09 20:45
the_smiths9-Jul-09 20:45 
GeneralRe: Hyperlink Pin
syaiful_869-Jul-09 20:46
syaiful_869-Jul-09 20:46 
QuestionProblem of AJAX Timer with UpdatePanel Pin
slSoftware9-Jul-09 18:32
slSoftware9-Jul-09 18:32 
AnswerRe: Problem of AJAX Timer with UpdatePanel Pin
N a v a n e e t h9-Jul-09 20:56
N a v a n e e t h9-Jul-09 20:56 
QuestionResource.resx Need Helpp :( [modified] Pin
syaiful_869-Jul-09 16:03
syaiful_869-Jul-09 16:03 
AnswerRe: Resource.resx Need Helpp :( Pin
N a v a n e e t h9-Jul-09 21:03
N a v a n e e t h9-Jul-09 21:03 
GeneralRe: Resource.resx Need Helpp :( [modified] Pin
syaiful_869-Jul-09 21:46
syaiful_869-Jul-09 21:46 

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.