all groups > asp.net > october 2003 > threads for saturday october 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
DropDownList in DataGrid ColumTemplate Problem
Posted by Christian at 10/25/2003 11:39:12 PM
Hi,
I have a datagrid on an ASP.NET page, which has a custom columntemplate. In
this columntemplate I
would like to have a DropDownList, which is shown, when the user edits the
record. However,
I can't manage to bind the DropDownListField to the underlaying dataset, so
it shows
the content... more >>
Problem with dropdownlist and viewstate.
Posted by robin NO[at]SPAM guavatools.com at 10/25/2003 8:09:32 PM
In my user contol I am creating a set of dropdownlists.
Each list is created based on input from the other lists.
The problem I am having is setting the selected index on
the lists.
If someone changes box1, I want to set the selected index in
box2 = 0. When I do this, I dont get an error, b... more >>
how do head and items
Posted by Alf at 10/25/2003 6:19:33 PM
We are developing a asp.net form to do orders i would like receive ideas how
can i implement this options we have a header like comon datas like nº
order, date, customer etc and we have items or rows in win32 enviroment you
only load the row in a grid and when you click save you send the informat... more >>
Posting Data ??
Posted by HANG LAM at 10/25/2003 5:42:54 PM
Hi,
Simple question, Is there a way to post the data from one .aspx page
to another page ?
For example, I have a Page1.aspx that lets the user enter data like
"Last Name", "First Name", but I want post that information into another
..aspx page (Page2.aspx ) .
I kn... more >>
problem with assigning data from data reader to label control in web form
Posted by mhnazly at 10/25/2003 5:35:14 PM
i'm trying to read data from SQL Server database using
data reader and assigned it to a label in my asp.net web
application. but when the button is clicked, nothing
appears. please help, thanks.
Private Sub btnTesting_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handl... more >>
ValidationSummary NOT ok in Win XP ?
Posted by mg at 10/25/2003 1:50:55 PM
Running the following code (style properties removed for
clarity) in VS .NET 2003 on Windows 2000 results in the
Validation Summary appearing in both a pop-up dialog box
and on the screen.
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFi... more >>
Binary Download of Files from another internal Server
Posted by Frank Hofmann at 10/25/2003 1:39:56 PM
Hi there,
I'm new to .Net and programming of web sites. But I have
to build a solution which can do the following:
Only authorized people can connect to a specific site.
They have to login with user name and password. This works
fine with the authenticated forms feature of ASP.NET.
T... more >>
XML query and databinding
Posted by raheel at 10/25/2003 12:04:30 PM
Hi!
I want to be able to query an XML data. For example I
have an employee xml file which lists the detail of the
employees using XML markup. I want to be able to query
this data so that I get the employees with salary > some
amount. How can I do this?
I am later going to bind the query ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL 7
Posted by AE at 10/25/2003 8:47:57 AM
can ASP.NET Application run on SQL 7 and if yes why do I
get this error "SQL Server does not exist or access
denied."
I did setup the ASPNET user on SQL??
Please help!... more >>
REGEX NON MATCHING - LINES NOT CONTAINING STRING LOGIC
Posted by jason NO[at]SPAM cyberpine.com at 10/25/2003 8:47:06 AM
The following vb code displays every line that has a particular string
in it. How do I list every line that does not have that string. "!"
does not seem to work for me and not sure where to place it in match
logic.
<vb code>
readin("linetest.txt")
dim linex as string
linex="line"
Dim... more >>
newbie question: how to make it proper case ?
Posted by THY at 10/25/2003 7:42:15 AM
Hi,
Please help me out,
I want to make it "tEsT" become "Test" ...
anyone know it ?
thanks
... more >>
<span>'s in ASP.NET
Posted by C at 10/25/2003 4:20:22 AM
Hi,
I have a link on an aspx page.
When the user clicks on this link I make a <span> visible.
Within my span I have a series of textboxes.
In Netscape 6.0 and 7.0 these textboxes are invisible.
When I set focus to them and start typing they come
visible. Any ideas why this is? I can ... more >>
Using Objects
Posted by Jack David at 10/25/2003 12:30:32 AM
Ok am I missing something here. If I am on page 1 and I create an
object...lets say an Employee Object, if I go to another page is that object
still available for use and if so how do you access it??
Thanks
Jack David
... more >>
How to Delete Old Records from an Excel File Using ASP.Net and Visual Basic .NET
Posted by Mahesh Kumar at 10/25/2003 12:15:22 AM
hi,
I have two excel files(a1.xls and b.xls) each having 4
sheets. I want to read datas of 4 sheets from b1.xls and
it has to be inserted in a1.xls as 4 sheets. First it has
to delete all datas in all sheets and then insert the
datas of b1.xls into a.xls.
I'm using ADo.Net, ASP.Net an... more >>
HttpWebResponse Problems
Posted by Sean Chapman at 10/25/2003 12:07:35 AM
ok, heres the problem.. i have an asp.net page that im using to kind of
relay information back and forth. So on the Page_Load i make a request to a
webservice and return some xml back to the first calling app. now... i wrote
a test app to try it out, but i cannot get the proper data from it. It
... more >>
|