473,385 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

question about DataGrid in web applications

I have an old software system that is written in COBOL, and I am
trying
to re-engineer it to a web application on the .NET platform with C#.

I want to include a DataGrid in the user interface and I would like to
know if it is possible to dynamically adjust the boundaries of the
cells in a DataGrid at run-time, in a web application. I know it is
possible to be done in a windows application, but I have so far been
unable to find out how to do this in a web application.

Also, is it possible to get the x,y (column, row) cell ID for the
cells in a DataGrid in a web application?

Could anyone please let me know if this is feasible?.
I would greatly appreciate it.
Jkatsaridas
Nov 15 '05 #1
1 1096
Thus spake John Katsaridas:
I want to include a DataGrid in the user interface and I would like to
know if it is possible to dynamically adjust the boundaries of the
cells in a DataGrid at run-time, in a web application. I know it is
possible to be done in a windows application, but I have so far been
unable to find out how to do this in a web application.
You mean like being able to drag the column borders? No, you can't do
that with a DataGrid. You'd need some sort of ActiveX or Java component
for that type of user interaction.
Also, is it possible to get the x,y (column, row) cell ID for the
cells in a DataGrid in a web application?


What exactly are you trying to do? Most likely there's an event that
will hand you the current cell.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: hans | last post by:
Hi! I am new to .NET (coming from Java). We have to implement a desktop application which extracts data from a database, does some analysis, filtering etc. and displays the results. I have...
1
by: Craig Banks | last post by:
If a row of data in a dataset has a lot of columns the row displaying the data in a datagrid will run way off the screen. What I'd like to do is display a row of data over several datagrid rows so...
1
by: Moshfegh Hamedani | last post by:
Hi there, I found this question in Amit Kalani's preparation book for exam 70-15 (Developing Web Applications with C#). I think it's a very stupid question! It says the correct answer is A but...
0
by: Moshfegh Hamedani | last post by:
Hi there, I found this question in Amit Kalani's preparation book for exam 70-15 (Developing Web Applications with C#). I think it's a very stupid question! It says the correct answer is A but...
3
by: JIM.H. | last post by:
Hello, In my DataGrid, I used DataFormatString="{0:d}" for a float type field, it gave me error. How can I force user type a float number in a cell? I also need to force user to type only one...
5
by: Steve | last post by:
I have a datagrid in a WinForm. When the user edits an entry in the datagrid, after he leaves that field, I would like to do some cheking. What event fires when the user does that? I need to...
16
by: stojilcoviz | last post by:
I've a datagrid whose datasource is an arraylist object. The arraylist holds many instances of a specific class. I've two questions about this: 1 - Is there a way by which I can obtain a...
3
by: ashima515 | last post by:
Hi I have made a datagrid(cols: emp_code, from_date) where last col contains checkboxes. I am try to get the application ids for the check boxes that are checked on the click of the button but...
1
by: =?Utf-8?B?Um9oaXQ=?= | last post by:
I am using the CLR Profiler to investigate the memory efficiency of my .NET applications; however, I am puzzled as to the memory allocation size that the tool reports for my applications. I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.