User Profile

Collapse

Profile Sidebar

Collapse
Fasih Akbar
Fasih Akbar
Last Activity: Nov 24 '06, 12:40 PM
Joined: Sep 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to Create a Property Which will contain a Dropdown?

    Dear Concerned,

    I want to create a property in my user control which i am creating in Web Control Library. I am using .Net 2003.

    My question is that how I can create a property that will contain a dropdown list & will have five values 1,2,3,4,5.

    The Programmer will be able to select one of these values at design time in his aspx page.

    Please help in the form of code.

    Thanks,...
    See more | Go to post

  • Fasih Akbar
    replied to Form and redirect question
    in .NET
    Hi,

    Save the data in the database as u r doing on button click.....then after saving
    write the following line of code to redirect on to the next page.

    Response.Redire ct("YourPage.as px");

    If U R passing values on to the next page then use this line of code as

    Response.Redire ct("YourPage.as px?value1="+my_ id);

    If u want to access this value on the...
    See more | Go to post

    Leave a comment:


  • Fasih Akbar
    started a topic How to send values with navigated pages.
    in .NET

    How to send values with navigated pages.

    Hi!
    Dear Concerned,

    we navigate a page in ASP.Net C# then
    we go to next page by clicking a hyper link or a click button or any other element of server control.

    My question is that how we can send parameters or values or variables when we navigate to other page in ASP.Net in C#.

    Please tell me both the ways as in C# ASP.NET coding & in Javascript coding.
    Also tell me the ways if...
    See more | Go to post
No activity results to display
Show More
Working...