Search

You searched for the word(s): userid:336308

Matching Posts

  • How to disable the child controls in grid, without using item databound event

    I have a datagrid named dgList and a button control on the page. datagrid has 3 template column each column has a link button named link1, link2 and link3 respectively. I need to disable the link1 or link2 or link3 hyperlinks in the datagrid based on the parameter. I dont want to code in item databound event of the datagrid, but onclick of button i need to disable the links accessing the child controls in the datagrid. is this possible ? any suggestions would be appreciated.
    Posted to Data Presentation Controls (Forum) by rammy_asp on 5/6/2005
  • Re: Why Controls state is not retained if the controls are disabled through javascript.

    View State propery is already enabled for all the controls
    Posted to Web Forms (Forum) by rammy_asp on 5/6/2005
  • How to Disable any Controls on the page.

    Assume that i have all the types of web server controls and html server controls on my page. i need a common method which can disable any control on the page.The controls id is passed as parameter to common method. Can i do it ? Any suggestions would be appreciated.
    Posted to Web Forms (Forum) by rammy_asp on 5/6/2005
  • Why Controls state is not retained if the controls are disabled through javascript.

    I have a TextBox,Dropdownlist and Button Controls on my Page. In the page load i set the values for both the textbox and dropdownlist. Also my requirement is such that i need to disable the TextBox and Dropdownlist on client Side. if i disable the controls on client side using document.getElementById('txtExample').disabled = true; and document.getElementById('drpExample').disabled = true; controls get disabled, but when i click on the button to submit it to server, the controls state is lost( I mean
    Posted to Web Forms (Forum) by rammy_asp on 5/6/2005
  • Re: accessing controls from another class

    No TempClass is not a web Page, this is just an another class in the same page, I tried creating a new function in Webform1 class that returns textbox value, and tried to call from TempClass but it returns null always. here is the function public string GetTextBoxValue() { return this.txtCheck.Text.ToString(); }
    Posted to Getting Started (Forum) by rammy_asp on 3/22/2005
  • accessing controls from another class

    I have a class weborm1 which is inherited from page and i has a TextBox Control. class weborm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.TextBox txtCheck } I create an anoher class named TempClass, in which i need to access the value of the text box control from weborm1 class , how is this possible, class TempClass { //I want to access txtCheck value here. } I tried inhereting webform1 like this-- class TempClass : weborm1 although i was able to access the control, but everytime
    Posted to Getting Started (Forum) by rammy_asp on 3/22/2005
  • How to make asp aspnet_wp.exe process to be defaulty attatched to Debugger

    Hi When i run my project exceution flow will not stop at the break point, this is because of aspnet_wp.exe is not attatched to debugger. If i attatch the debugger and run the project project execution stops at break point. In another project the aspnet_wp.exe process is by defaulty attatched to debugger, so it works fine. I am Confused, because there is no settings change in MS IDE, the same setting is applied for both the projects, but for one project, it attaches defatulty and for another it is
    Posted to Installation and Setup (Forum) by rammy_asp on 2/16/2005
  • Update only those columns that have changed in datagrid.

    I have a datagrid which is displayed with 3 columns, c1,c2,c3. i am making use of edit item template to change the particular row's data. There is an Edit button right to the datagrid, onclick of that edit button, label controls are replaced by textbox controls. once i click on update link button, i should be able to check whether user has modified the value in the textbox or the value which is there in the textbox is the same as it was before modifying. If user has modified then only i should go
    Posted to Data Presentation Controls (Forum) by rammy_asp on 12/15/2004
  • Need help

    I have three frames in my page. top, left and the main . i have a imagebutton on the top frame, on click of that image button i need to change the language from english to french. this language change has to be occured in all the three frames. I mean, we need to change the contents of other pages in different frames. How to do that ?? Thanks
    Posted to Web Forms (Forum) by rammy_asp on 11/3/2004
  • Creating context help in asp.net

    Hi Is there any way to create context sensitive hlep in asp.net. I know how to do it for Windows forms, but i am not sure for web forms. Can anybody help me regarding this .... Thanks
    Posted to Web Forms (Forum) by rammy_asp on 10/14/2004
Page 1 of 5 (42 items) 1 2 3 4 5 Next >