Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kishorg1

@kishorg1
About
Posts
38
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • get hyperlink id in codebehind
    K kishorg1

    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

    ASP.NET question

  • hyperlink colour change
    K kishorg1

    i 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??

    ASP.NET help question

  • Change colour of click link [modified]
    K kishorg1

    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

    ASP.NET sysadmin help

  • Change colour of click link [modified]
    K kishorg1

    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

    ASP.NET sysadmin help

  • Error:System.IO.FileNotFoundException
    K kishorg1

    i think erro is is in wwb config file. but i am not geeting it..:(

    ASP.NET announcement css help

  • Error:System.IO.FileNotFoundException
    K kishorg1

    i 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)

    ASP.NET announcement css help

  • [Message Deleted]
    K kishorg1

    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..:) :)

    ASP.NET

  • Session Lost
    K kishorg1

    Hey....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();

    ASP.NET help

  • how to Cache whole page
    K kishorg1

    my page has 3 diff controls....n i want to catch whole page

    ASP.NET tutorial question

  • how to Cache whole page
    K kishorg1

    can u plase give me the code....i didnt get u n where to write tht code??

    ASP.NET tutorial question

  • how to Cache whole page
    K kishorg1

    i 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

    ASP.NET tutorial question

  • Frozen Column
    K kishorg1

    I 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??

    ASP.NET question css help

  • link button in gridview
    K kishorg1

    I 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>

    ASP.NET css sysadmin help

  • link Button in Gridview
    K kishorg1

    I 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',''))

    ASP.NET help javascript css wpf wcf

  • link Button in Gridview
    K kishorg1

    I 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

    ASP.NET help javascript css wpf wcf

  • Export to Excel
    K kishorg1

    thnx:)

    ASP.NET

  • Export to Excel
    K kishorg1

    i have show data in gridview now i want to Export that data to Excel on click of button so user can save it.

    ASP.NET

  • dropdownlist selectvalue
    K kishorg1

    no 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

    ASP.NET question

  • dropdownlist selectvalue
    K kishorg1

    i 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??

    ASP.NET question

  • Edit column in gridView
    K kishorg1

    i 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?

    ASP.NET css help question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups