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
D

dgap

@dgap
About
Posts
35
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TEXTBOX HELP!!!
    D dgap

    Hi All, I am trying to do the following in a web control that I am creating: I have a username and password textboxes and a login button. when the user is in the password textbox and if they hit "ENTER" I want either one of the following two behaviours to happen: 1. do nothing BUT don't lose focus on the textbox either!, or 2. automatically fire the login button's clicked postback event (#2 is preferable) Right now when a user hits "ENTER" it loses focus from the textbox and does nothing! (If it is doing a postback then what event is it firing!!!) This is driving me crazy! any help would be greatly appreciated! schoudhr@hotmail.com

    C# com help

  • TEXTBOX HELP!!!
    D dgap

    Hi All, I am trying to do the following in a web control that I am creating: I have a username and password textboxes and a login button. when the user is in the password textbox and if they hit I want either one of the following two behaviours to happen: 1. do nothing, or 2. automatically fire the login button's clicked postback event Right now when a user hits it loses focus from the textbox and does nothing! (If it is doing a postback then what event is it firing!!!) This is driving me crazy! any help would be greatly appreciated! schoudhr@hotmail.com

    C# com help

  • HELP FOR NEWBIE!
    D dgap

    Hi All, I need to create an XSL style sheet and gotta get it done fast! If anyone can help that would be great! Basically, I am pulling data from SQL and need it to go to Excel. Everything works but the XSL template. I need my data to show up as a table with headings (also pulled from the database) as such: Heading1 Heading2 Heading3 Heading4 1 1 1 1 2 2 2 2 3 3 3 3 And I need the XSL sheet to use the spreadsheet standards... ... Any help would be so much appreciated...thanks!

    XML / XSL database xml help

  • Time out exception?
    D dgap

    Hi Guys, I was wondering if anyone can help me out with a problem. If I leave my application idle for a while then I get a "Table 0 not found error" on any page that needs to access the database... i am guessing this happens since the database times out... how can I handle this exception in a way that if the user leaves the application idle for too long then it would redirect the user back to the login page (I am using .NET Passport for authentication) Thanks

    C# help question csharp database security

  • Response.Redirect and Blank Screen
    D dgap

    Hi, Anyone know why this problem may occur and how it can be fixed? on a "Response.Redirect" the screen goes blank. It works perfectly fine on my local machine, but gives a blank screen on the server (running Windows Server 2003).

    C# sysadmin windows-admin help question

  • EXCEL CHART HELP!
    D dgap

    Hi all, I need to make a pie chart in Excel but cant find the correct constant! Excel.Constants.xl3DBar is available but not xl3DPie! When I run the macro tool on Excel it uses the constant xl3DPie but when I try to use it in my C# code I get an error. Any ideas? schoudhr@hotmail.com

    C# help csharp com question

  • Datagrid help!
    D dgap

    Hi all, I have a datagrid with a checkbox item in the header and i'm implementing a "select all" function which when select would select all other checkboxes on the form... i am implementing the selectall function in javascript as such function selectAll(obj) { if (obj.checked==true) { for(i=0; i<(document.forms[0].elements.length); i++) { ... all is working fine but i would like to change the text of the obj checkbox but i cant... i tried obj.text = 'removeAll' but that doesnt work any ideas?

    C# javascript help question

  • JAVASCRIPT HELP
    D dgap

    Hi all, I have a datagrid with a checkbox item in the header and i'm implementing a "select all" function which when select would select all other checkboxes on the form... i am implementing the selectall function in javascript as such function selectAll(obj) { if (obj.checked==true) { for(i=0; i<(document.forms[0].elements.length); i++) { ... all is working fine but i would like to change the text of the obj checkbox but i cant... i tried obj.text = 'removeAll' but that doesnt work any ideas?

    Web Development javascript help question

  • DATAGRID HELP 2!!!
    D dgap

    Hi guys, another datagrid help... how can i tell a method in javascript coming from the ItemDataBound event that if this header item is checked (checkbox item) then select everything in the datagrid... basically, how do i iterate through all of the checkboxes in the datagrid's column since i dont really know how to access my server side objects from the client side javascript ???

    C# question javascript sysadmin help tutorial

  • DATAGRID HELP!!!
    D dgap

    Hi all, Can anyone help me out with this: in my datagrid's ItemDataBound event, I want the method to do something like this: private void onItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if (e.Item? or e.Item.Cells[0].Controls[0]??? == a CheckBox object) // then do stuff else // do nothing } any ideas?

    C# design help question

  • custom datagrid help! client side checkbox needed!
    D dgap

    Hi Thanks alot for your help.. I really appreciate it. Just one last thing... The entire datagrid is coded in C# with no HTML so there is no rendered HTML code... so how can I access the checkboxes? In this line, CheckBox obj = (((CheckBox)((Label)sender).Parent.Parent.FindControl("chkBlackList"))); What would I use for "chkBlackList"? I have no HTML...

    ASP.NET com help

  • custom datagrid help! client side checkbox needed!
    D dgap

    also, when i try to access the object using obj.Attributes.Add("onclick","document.getElementById('"+obj1.ClientID+"').checked = ''"); obj1.Attributes.Add("onclick","document.getElementById('"+obj.ClientID+"').checked = ''"); I get an 'document.getElementById' is null or not an object error any ideas?

    ASP.NET com help

  • custom datagrid help! client side checkbox needed!
    D dgap

    Hi, I really appreciate your help...I'm new at this so please bear with me... on this line: obj.Attributes.Add("onclick","document.getElementById('"+obj1.ClientID+"').checked = ''"); am I supposed to replace the empty string with true or false like this: obj.Attributes.Add("onclick","document.getElementById('"+obj1.ClientID+"').checked = true"); also, on this line: CheckBox obj = (((CheckBox)((Label)sender).Parent.Parent.FindControl("chkBlackList")));

    ASP.NET com help

  • Datagrid help! need client side method!
    D dgap

    I know how to do that already... its a pretty generic process the question is mainly how to access an elementID from a serverside datagrid

    C# com help

  • Datagrid help! need client side method!
    D dgap

    yes, i know that the question is how

    C# com help

  • Datagrid Help!!! Need to make client side method!
    D dgap

    Hi All, I have a custom datagrid with two checkbox controls in it. When checkboxA is checked then if checkboxB is checked, it is unchecked and vice versa. (not like a radio button since if checkboxA is unchecked then nothing happens to checkboxB). But I would like to implement this in client side...any help would be GREATLY appreciated! schoudhr@hotmail.com

    .NET (Core and Framework) com help

  • Datagrid help! need client side method!
    D dgap

    Hi All, I have a custom datagrid with two checkbox controls in it. When checkboxA is checked then if checkboxB is checked, it is unchecked and vice versa. (not like a radio button since if checkboxA is unchecked then nothing happens to checkboxB). But I would like to implement this in client side...any help would be GREATLY appreciated! schoudhr@hotmail.com

    C# com help

  • custom datagrid help! client side checkbox needed!
    D dgap

    Hi All, I have a custom datagrid with two checkbox controls in it. When checkboxA is checked then if checkboxB is checked, it is unchecked and vice versa. (not like a radio button since if checkboxA is unchecked then nothing happens to checkboxB). But I would like to implement this in client side...any help would be GREATLY appreciated! schoudhr@hotmail.com

    ASP.NET com help

  • Custom Datagrid Help! Header disappears on Post Back!
    D dgap

    Hi All, I am creating a custom Datagrid but on any postback all of the text for the Header disappears! If I do a "this.Parent.Page.DataBind()" the header reappears...but I lose all of the data changes that were made to the datagrid! Any ideas as to why a postback would clear out my header? And how I can fix this? Many thanks in advance! BTW, Mihir, I really appreciate all of your help... your suggestions for my other problem helped alot and that part is working now :o)

    C# help question

  • Custom Datagrid Help! Header text disappears on Post Back!
    D dgap

    Hi All, I am creating a custom Datagrid but on any postback all of the text for the Header disappears! If I do a "this.Parent.Page.DataBind()" the header reappears...but I lose all of the data changes that were made to the datagrid! Any ideas as to why a postback would clear out my header? And how I can fix this? Many thanks in advance! BTW, Mihir, I really appreciate all of your help... your suggestions for my other problem helped alot and that part is working now :o)

    ASP.NET help question
  • Login

  • Don't have an account? Register

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