can anyone please help..i need to find the asp.net c# equivalent of java's "request.getparameter".. does anyone have any idea??tnx..
can anyone please help..i need to find the asp.net c# equivalent of java's "request.getparameter".. does anyone have any idea??tnx..
Yes, you can use either ASP .NET datagrid and gridview
More tutorials on The Official Microsoft ASP.NET Site
@weasel, you have tried![]()
does it work?
Here's my post before...
https://www.istorya.net/forums/progra...problem-3.html'
I tried third party DLL's... but in C++.NET not in C#, but how I wish I could make in purely in C# without any third part DLL's...
https://www.istorya.net/forums/progra...in-vb-net.html
if you able to make it.... Please let me(us) know too...
so you want a hierarchical datagrid
then dli na cya web-based.
sakto ba?
it can be done in c#.
if you don't want third party then you have to write your own custom control.
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??
Similar Threads |
|