i have master page, on which i have different hyperlink in codebehing, how i will access click hyperlink id?? i want current click hyperlink id in codebehind
kishorg1
Posts
-
get hyperlink id in codebehind -
hyperlink colour changei have page in which i have master page on tht master page i have differnt links.. when user click on any link ..i want to change the colour of tht link means he will gwt o knw ehich link has been click it works upto clicking...but onces page get relaoded its back to its normal colour bcz master page get load again wht i have to do?? can anyone help me plz??
-
Change colour of click link [modified]Hey u all suggeste the same..but its not working.... means when i click on any link...color change but when tht page get open it turns back to normal coloue iwant th colour remain same...while i click ti other link
-
Change colour of click link [modified]i have menu bar in which there are differnt links i want ....when user will click on any link that link clour will get change means he will get know which link he has selected one link code <td id="tdMnuDashboard" valign="middle" align="center" style="width: 30px; padding-left: 3px; cursor: pointer;" colspan="0" <asp:LinkButton ID="MenuHome" runat="server" Text="Dashboard" ForeColor="#173f79" CssClass="CSMenu" OnClick="MenuHome_Click" CausesValidation="false"></asp:LinkButton> </td> please help me
modified on Monday, February 9, 2009 6:19 AM
-
Error:System.IO.FileNotFoundExceptioni think erro is is in wwb config file. but i am not geeting it..:(
-
Error:System.IO.FileNotFoundExceptioni have form in whixh there is update button to update the data from grid. when i click on update button its give an error as followes: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'PrjDailUpdatesExtElt, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. File name: 'PrjDailUpdatesExtElt, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' at DailyUpdatesExtEleSchedule.Form1.btnUpdate_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
-
[Message Deleted]Hey, u can use CompareValidator validation contol. <asp:CompareValidator ID="valCompEndDate" runat="server" ControlToCompare="txtStartDate" ControlToValidate="txtEndDate" Display="Dynamic" ErrorMessage="End Date should not be less than start date." Operator="GreaterThan" Type="Date"></asp:CompareValidator> hope it will be helpful for u..:) :)
-
Session LostHey....U can directly put username in session. Session["UserInfo"] = LoginName; and u can access that value in another page like string Loginname=Session["UserInfo"].toStirng();
-
how to Cache whole pagemy page has 3 diff controls....n i want to catch whole page
-
how to Cache whole pagecan u plase give me the code....i didnt get u n where to write tht code??
-
how to Cache whole pagei have control which takes tto much time to load so i want to put tht page into cache. but accordint to different userid my first page is user login,after login user will get same page but diffent data . so i want to put tht page in to cache, how i will do tht?? put same page in cache but according to diiferent loginid
-
Frozen ColumnI have grid with 4 columns n scrollbar while scrolling i want to fix first 2 columns. means i want to frozen that first two columns... how do i frozen the gridview columns??
-
link button in gridviewI HAVE 2 GRIDS ON PAGE... in first grid there is one link button ...on click of tht , i want to bind another grid n make it visible.. but when i click on link button it gives an error error is............(__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) <asp:TemplateField HeaderText="CoName" ItemStyle-HorizontalAlign="left" ItemStyle-Width="100px"> <ItemTemplate> <asp:LinkButton ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>' ></asp:LinkButton> <%--<asp:HyperLink ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>'></asp:HyperLink>--%> </ItemTemplate> <ItemStyle Height="8px" HorizontalAlign="Left" Width="200px" /> </asp:TemplateField>
-
link Button in GridviewI HAVE 2 GRIDS ON PAGE... in first grid there is one link button ...on click of tht , i want to bind another grid n make it visible.. error is............(__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName',''))
-
link Button in GridviewI have gridview....in which i have 2 gridview, in first gridview i have link button, on click of link button , i want to bind another grid on same page n , visible tht another grid. for binding aother grid , ihave write code in gridview_selectedindex changedevent but tht event will not get call...... when i click on tht link button...it will me javascript _dopostback error (__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) can anyone help me in tht....wht i have to do for tht error
-
Export to Excelthnx:)
-
Export to Exceli have show data in gridview now i want to Export that data to Excel on click of button so user can save it.
-
dropdownlist selectvalueno iwant to add perticular value of username i have no of rows....with diff username gridview colums r....username,company name,date n upadate link for each row when user can update date n username from dropdown list n save the chanes eg.defaultusername is arti n he will update tht to hema n when nxt time tht page get load in dropdown list select value must be hema not arti
-
dropdownlist selectvaluei have asp page with dropdownlist with username and datatable with same cloumn when page get load first time , i want dropdownlist selectedvalue as datatables column value means in dropdown_itembound event wht i hv to write dropdowunlist1.selectedvalue=??what?? note:datatable values get change accoring updations how i will assign value to dropdownlist??
-
Edit column in gridViewi have gridview in which i have 5 columns.last one column is update <Columns> <asp:BoundField DataField="UserfirstName" HeaderText="Name" ItemStyle-CssClass="grid-text"> <ItemStyle CssClass="grid-text" /> </asp:BoundField> <asp:BoundField DataField="ProcessName" HeaderText="Process Name" ItemStyle-CssClass="grid-text"> <ItemStyle CssClass="grid-text" /> </asp:BoundField> <asp:BoundField DataField="Coname" HeaderText="Company Name" ItemStyle-CssClass="grid-text"> <ItemStyle CssClass="grid-text" /> </asp:BoundField> <asp:BoundField DataField="EndDate" HeaderText="End Date" /> <asp:CommandField HeaderText="Update" SelectText="Update" ShowSelectButton="True" /> </Columns> when user will click on ...i want to make 2 colums(Name,EndDate) editable for user. Can any one help me in tht?