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
R

Radiv Jeshya

@Radiv Jeshya
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Accessing the selectedIndex of a dynamically created Dropdownlist...
    R Radiv Jeshya

    Hai, I have created a footer template in my gridview, This footer template contain many dynamically created controls where the dropdownlist is one. I have created the dropdown and assigned a function to it as follows: DropDownList selPage = new DropDownList(); selPage.ID = "selPage"; selPage.CssClass = "GVFooterSel"; for (int cnt = 0; cnt < GVDoctor.PageCount; cnt++) { int curr = cnt + 1; ListItem item = new ListItem(curr.ToString()); if (cnt == GVDoctor.PageIndex) { item.Selected = true; } selPage.Items.Add(item); } selPage.AutoPostBack = true; selPage.SelectedIndexChanged += new EventHandler(selPage_SelectedIndexChanged); selPage.Attributes.Add("onchange", "selPage_SelectedIndexChanged(this,event)"); The functions gets fired but i can't able to find the control and access its selected index. can any help me?

    :-) Radiv Jeshya :-)

    ASP.NET database help question

  • Accessing listitem object collection...
    R Radiv Jeshya

    Hi, I have two listitems, The items selected in the first combo is moved to another combo at a button click using JScript. when i access the second comobos values in server side,the item count of the second combo seems to be 0. can any one help me in solving in this issue.

    ASP.NET help sysadmin

  • How to open a new window using server.transfer method. [modified]
    R Radiv Jeshya

    Hi, I am using MasterPage and contentpage in my project. I have declared the form element in the masterpage and inside the form i have placed the contentplaceholder. Now i have a button in the content page which uses server.transfer method to transfer control to another file along with data. But i need to do open the page in a new window. Is there any option to do it so. If we assign form's target to blank will it open in a new window. If so how to assign target value of the form element in a content page button click.

    modified on Saturday, March 14, 2009 2:24 AM

    ASP.NET sysadmin tutorial

  • How to pass an object as argument? [modified]
    R Radiv Jeshya

    Hai I have some n number of fileupload control in my site. During submission i need to save the file in some loaction and save file location in DB. So i write a single function to do this process and call the function for the n number of controls. To do so i am inneed to pass the file controls as args to that function. How to achieve this. Thanks in advance.

    modified on Tuesday, February 3, 2009 3:34 AM

    ASP.NET database tutorial question

  • I have doubt regarding MasterPages & Content Pages...
    R Radiv Jeshya

    Thank you SeMartens for your immediate response,I would be more useful. If you provide a simple sample about how to access the controls in client side.

    ASP.NET help design

  • I have doubt regarding MasterPages & Content Pages...
    R Radiv Jeshya

    Hai, I am using Master Pages and content Pages to design my website. Inside the content Page i have Form with textboxes. To validate the text boxes in client side, I am using Jscript. But when controls are placed inside the content page the Id of the controls are changed as follows "txtPwd" to "ctl00_CPH_txtPwd".Due to this i can't able to access the controls in client side. I am inneed of an immediate solution to solve this problem. Can you help me in solving this issue.Thanks in advance.

    ASP.NET help design
  • Login

  • Don't have an account? Register

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