I have a HTML-form that I need to be able to POST from my VB.NET client
application and store the resulting XML in a STRING or XML-document.
This is the HTML-form code:
<form name="form1" method="post" action="http://www.ourdomainname.se/xml">
<textarea name="xmlrequest" cols="80" rows="20">
...
more >>
I want to have a datagrid, say 10 rows, and in one of the columns I want 7 of
the rows to have plain text, and the other 3 rows to have a combobox (or
linkbutton, etc). Is this even possible?
I have been reading various articles about how to derive a
DataGridTextBoxColumn to put a combobox...
more >>
I think the following is a "slash"
/
while this one is a "back slash"
\
Am I right?
...
more >>
hi oliver thanks for your help i kinda figured that out minutes
afterwards...but what i am actually trying to do is this:
i have a listbox control that gets its data from another listbox (hence gets
a subset by selecting from the first list box) and i have a datagrid which
has a template co...
more >>
Having installed my Visual Studio .NET 2003 I tried to register it... sadly
the link it goes to appears to be invalid.
...
more >>