I need to put a selected value from a datagrid and put the value in a text box. How do I accomplish this.
There is no .col or .row properties for datagrids.
Hi,
I am binding an arraylist to a datagrid in VB.Net. The arraylist contains objects of class data_container(see code below). These are the following features I need to incorporate:
1. ...
I have a Progress form that opens while another procedure runs in a different thread. The Progress shows a progress bar that moves to let them know the background proc is still running... it a...
Hi
Is there any way to overload operators in VB.Net such that I can redefine what the +, -, = and so on mean for specific objects?
TIA
I am having trouble with the mailto: function. If I use french accents whent the email actually comes up, there are strange characters in place of the accents. Should I be using other characte...
Hi,
Im new in ASP.NET.
Please tell what's the fastest,simplest and best way to learn it.
If you know a very good book introduce it.
If you know a good link to tutorial site supply....
This is a general question regarding how to find the information I'm looking for in the maze of .NET documentation.
While working on the my current project, I am converting some C++ code in...
Based on my searches, this problem happens a lot. I am a rookie and have attempted these solution and have gotten nowhere.
I am working (just starting) in a Visual Studio .NET environment ...
I have a dropdownlist control in a datagrid that is populated via a Sortedlist. I am having problems setting the default value of the dropdownlist control to the value of the field from the da...
I need to convert 5 Ms Access forms to Data Acccess Page or ASp pages,
Can anyone help me with it? I have done the forms on the following .mdb file
http://jupiter.clarion.edu/~s_mskhan/...
Hi,
How do you say
"if string1 starts with string2 then..."
in VB.NET?
E.g.
string1 = "helloworld", sting2 = "hello" ----- TRUE
string1 = "helloworld", string2 = "yhelloworld" -...
I have just installed VS Net 2003 and am trying to understand the development environment. I created //localhost/index.htm that has links to iistart.asp & localstart.asp.
I am able to acces...
Hello Experts:
This code shows a blank screen when I run it. I am trying to populate a simple DataList from a stored procedure. The connection string works fine as I have run this successfu...
Is there a way to use an App.config file with the .NET compact framework? I am deploying an app to a pocket pc 2003 handheld. It would be nice to use a config file to configure the settings, w...
I have a multithreaded VB.NET app, and this is my approach. I have used one connection object that multple threads can use.
then there is an openconnection and closeconnection method that...
is there any way to do evaluate an expression without addding a column to a datatable?
ie id like to evaluate "Max(id)" but I dont want to add a column........
I am new to .NET (having recently switched over from Java/J2EE) and was wondering if there was I way I could change my development environment, so that it would reference the most recent .NET ...
How do i create a file on the client computer and populate it with XMl from the server side. Is it possible to promt the users as to where they would like the file to reside?
i am coding in visual studio.net using vb.net
i am loading my data through a SqlDataAdapter into an untyped dataset that I am naming 'DataSet1'
i am then binding my datagrid with the datas...
Hi I've already posted this question and it is still open, but I find that if you leave them a few days, you don't get any answers, (the questions must fall to the bottom of the queue). Anyway...
Hi I'm writing a DLL with Visual C# .NET. I need to use the old format .ocx (used by Visual Studio 6). So I could use it with the old Visual basic 6 or with Office! How can I do it? I know tha...
Hi,
I'm using VB.Net/VS2005 w/ Access DB.
I'm trying to debug my program and I'm getting this error which I haven't been able to resolve:
DBConcurrencyException was unhandled: Concurrency ...
If I supply a strong-named assembly as an API for someone to develop against, and I re-supply that assembly - i.e. a new version - then any code that references that assembly will have to be r...
Can anyone help me with HTMLEncoding a DataGrid?
SUMMARY: HTMLEncoding DataGrid text (whether it requires encoding or not) for any linkbuttons makes them disappear.
As a DataGrid is onl...
Is there anyway to Print the ListView?