Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11

    FTA:
    Request.QueryString returns a collection of name/value pairs representing the elements of a client form submitted via the GET method. The HTTP query string is specified by the values following the question mark [ ? ] in the request URI.

    To obtain the value of a single form input element, use
    Code:
    Request.QueryString[ "variableName" ]
    http://authors.aspalliance.com/aspxt...erystring.aspx

  2. #12
    tnx men...the problem there was that i used () instead of [],and the method is used in my html form was "post" instead of "get"..thanx alot!!

  3. #13
    Is there a way of using Request.QueryString[ "variableName" ] using the "POST" method? instead of the "GET" method? because the program i'm making needs to use to "POST" method...the program works properly when i use the "GET" method but doesnt work when i use "POST"..is there a solution to this??can anyone help??

  4. #14
    my apologies ingkiang i didnt take a closer look at the image. for this type of grid we used third party component called ComponentArt. We used to have Infragistics but we found ComponentArt to be mature, well supported and flexible compared to the other components.

    @ MarkCuering - no mark. for this type of grid i was unsuccessful. i tried though but due to the nature of complexity of the design I use a third party component.

    Quote Originally Posted by ingkiang View Post
    huh? i mean in C# bro, not ASP.NET...
    You can use C# or VB .NET on ASP .NET

  5. #15
    by the way, ComponentArt and Infragistics are very expensive third party components.

    how are your javascript skills? You can use dhtmlx (DHTML eXtensions - professional AJAX components for advanced Web UI - in your PHP, JSP, .NET, ASP and ColdFusion applications) Treegrid and Datagrid to your ASP .NET app. It supports AJAX and/or web service calls (JSON, REST, SOAP).

    PM me if you need help with regards to dhtmlx.

  6. #16
    Quote Originally Posted by shawn87chau View Post
    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0118: 'System.Web.HttpRequest.QueryString' is a 'property' but is used like a 'method'

    Source Error:



    Line 11:
    Line 12: //row = 100;
    Line 13: row = int.Parse(Request.QueryString("row"));
    Line 14: col = int.Parse(Request.QueryString("column"));
    Line 15: String table_name = Request.QueryString("table_name");


    Source File: c:\Users\Shawn\Documents\Visual Studio 2008\Projects\JSPrc.aspx Line: 13

    i tried the Request.QueryString line but it generated this compiler error..has anyone encountered this before?can anyone help??
    https://www.istorya.net/forums/progra...c-problem.html


    yeah! bling bling men...abz'

  7.    Advertisement

Page 2 of 2 FirstFirst 12

Similar Threads

 
  1. question for newbie pls help
    By ravanesjn in forum Photography
    Replies: 5
    Last Post: 01-10-2013, 03:38 PM
  2. Philippine stock trader for newbies ( pls help us to start)
    By loamejan in forum Business, Finance & Economics Discussions
    Replies: 5
    Last Post: 03-04-2012, 08:07 PM
  3. cpu prob. pls help newbie here
    By an2kin4life in forum Computer Hardware
    Replies: 16
    Last Post: 03-24-2011, 09:05 AM
  4. Help at asp.net [vb]
    By tynum in forum Programming
    Replies: 51
    Last Post: 09-12-2008, 06:17 PM
  5. Need help on ASP.NET
    By shawn87chau in forum Programming
    Replies: 3
    Last Post: 08-08-2008, 05:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top