Click here to Skip to main content
15,908,673 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: script to chekc values of check box in grid Pin
Harini N K14-Mar-07 20:43
Harini N K14-Mar-07 20:43 
GeneralRe: script to chekc values of check box in grid Pin
nikhil123414-Mar-07 21:58
nikhil123414-Mar-07 21:58 
AnswerRe: script to chekc values of check box in grid Pin
samerh14-Mar-07 20:51
samerh14-Mar-07 20:51 
QuestionDifference betwen two times........... Pin
Member 387988114-Mar-07 19:54
Member 387988114-Mar-07 19:54 
AnswerRe: Difference betwen two times........... Pin
samerh14-Mar-07 20:34
samerh14-Mar-07 20:34 
GeneralRe: Difference betwen two times........... Pin
Member 387988114-Mar-07 21:46
Member 387988114-Mar-07 21:46 
AnswerRe: Difference betwen two times........... Pin
lavanyap12-Dec-08 18:07
lavanyap12-Dec-08 18:07 
Questiona strange problem Pin
yogita charhate14-Mar-07 19:48
yogita charhate14-Mar-07 19:48 
Good morning!!
I have used one user control on number of pages in a Project,developed in c# using Asp.net 2.0.
There are number of LinkButtons used on the user control, but on one page click events of the LinkButtons are not fired .
None of the button is clickable.
Why it is happening so ?
Can somebody help me out ?
Thank you.

following is code snippet

.aspx contents of User Control =>

<asp:linkbutton id="lbtnFeedback" runat="server" cssclass="link_small_pink_question" style="position: relative; left: 14px" onclick="lbtnFeedback_Click">


aspx.cs contents of User Control=>

protected void lbtnFeedback_Click(object sender, EventArgs e)
{
try
{
Session["SellerID"] = SellerId;
Session["ShopId"] = shopID;
Response.Redirect("MCBioFeedback.aspx", false);
}
catch { }
}



yog
hui gfgh kgdgrt njjn hjgkn

AnswerRe: a strange problem Pin
Sandeep Akhare14-Mar-07 21:37
Sandeep Akhare14-Mar-07 21:37 
GeneralRe: a strange problem Pin
yogita charhate14-Mar-07 22:57
yogita charhate14-Mar-07 22:57 
GeneralRe: a strange problem Pin
Sandeep Akhare14-Mar-07 23:07
Sandeep Akhare14-Mar-07 23:07 
QuestionInterview Question? Pin
sridevi1414-Mar-07 19:20
sridevi1414-Mar-07 19:20 
AnswerRe: Interview Question? Pin
Harini N K14-Mar-07 20:45
Harini N K14-Mar-07 20:45 
QuestionHow to call and use Window-based application in Web-based Pin
Elena200614-Mar-07 18:58
Elena200614-Mar-07 18:58 
QuestionAjax Pin
kmanisha14-Mar-07 18:24
kmanisha14-Mar-07 18:24 
AnswerRe: Ajax Pin
N a v a n e e t h14-Mar-07 18:48
N a v a n e e t h14-Mar-07 18:48 
Questionsession variable to modal dialoug box Pin
yesu prakash14-Mar-07 17:55
yesu prakash14-Mar-07 17:55 
AnswerRe: session variable to modal dialoug box Pin
N a v a n e e t h14-Mar-07 18:11
N a v a n e e t h14-Mar-07 18:11 
GeneralRe: session variable to modal dialoug box Pin
yesu prakash14-Mar-07 18:20
yesu prakash14-Mar-07 18:20 
GeneralRe: session variable to modal dialoug box Pin
N a v a n e e t h14-Mar-07 18:46
N a v a n e e t h14-Mar-07 18:46 
GeneralRe: session variable to modal dialoug box Pin
yesu prakash14-Mar-07 20:20
yesu prakash14-Mar-07 20:20 
QuestionRemove a QueryString Pin
nxde200014-Mar-07 17:26
nxde200014-Mar-07 17:26 
AnswerRe: Remove a QueryString Pin
Harini N K14-Mar-07 19:00
Harini N K14-Mar-07 19:00 
GeneralRe: Remove a QueryString Pin
nxde200014-Mar-07 20:31
nxde200014-Mar-07 20:31 
QuestionSending a value to a user control Pin
digsy_14-Mar-07 13:07
digsy_14-Mar-07 13:07 

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.