all groups > asp.net > july 2003 > threads for sunday july 13
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
why controls keep their state even on a different page?
Posted by Bisser Milanov at 7/13/2003 11:50:29 PM
I have
1. A main form with 2 buttons (btn1 and btn2) and a place holder (ph)
2. A Web User Control (ctl1) containing a textbox (txt)
3. A Web User Control (ctl2) containing a textbox (txt)
When I press btn1 I have the following code:
ph.Controls.Add(LoadControl("ctl1.ascx"))
When I press b... more >>
Assemblies and Application Blocks problem
Posted by Rajesh Madhra at 7/13/2003 7:53:35 PM
Hi everybody
I do not have Visual Studio. I only use Notepad and WebMatrix. My problems
are :
1.
I have DotNet Framework installed and it is working fine. I have Env.
variable as follows :
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.exe
But when I try to make an... more >>
Can We Run Localization Toolkit in Commandline ???
Posted by Manish Pansiniya at 7/13/2003 6:43:23 PM
Hello to all,
we want to update resource online when administrator changes Localization
database. can anybody tell me weather it is possible to run localization
toolkit in command line or as batch process to generate satellite assembly
???
Reply ASAP whatever it is.
Regards
Manish
... more >>
Simple editable div question
Posted by Bei at 7/13/2003 6:08:04 PM
When you submit a form, the content of the div is technically not a field of
the form. How can I pass the content of the editable div when submitting the
form?
Thanks
... more >>
DropDownList
Posted by Mira Vizjak at 7/13/2003 4:40:52 PM
Hi
I looked everywhere to solve my problem but with no success. On page there
is a dropdownlist control which is binded to a database. When I select one
of the list item and press a button I would like to get the SelectedItem
property, but it is always set to Nothing. What should i do? On page l... more >>
making webcontrols visible/invisible
Posted by Susan van Houen at 7/13/2003 1:42:11 PM
Hi,
Classic ASP programmer moving to ASP .NET and I have the following problem:
I am constructing a page where there are a number of radio buttons
and a number of label/textbox.
The visibility of the label/textbox is dependent on which radio button the
user
selects.
I want it all to... more >>
how to invoke a method in a DLL
Posted by Lloyd Dupont at 7/13/2003 12:41:43 PM
I want to create date and return them on the fly.
I wonder I I could create a DLL with some static method in it and invoke
directly with an URL of the style
http://myHost/myDll#myClass.myMethod?arg1=val1&arg2=val2
is it possible to have something like that ?
any thought ?
... more >>
Dispaly a page to a specific user
Posted by Jack David at 7/13/2003 9:48:25 AM
I have a requirement to build the following:
1: A user logs onto the web application using a user name and password
(Done)
2: The user is presented with a web page that contains 3 frames (Done)
3: Based on some event that takes place within the system, I want to display
a specific page in o... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataGrid and SQL Server view
Posted by Matt at 7/13/2003 5:35:14 AM
Hi,
I'm trying to fill an ASP.NET DataGrid from a SQL-Server View. Note
that this is a View and not a Stored Procedure.
If i write the SQL instructions directly in the code, or if i use a
stored procedure, it works great. But if the same SQL instructions are
in a view, it won't work. Here ... more >>
ASP page wont run
Posted by Abhi at 7/13/2003 1:03:09 AM
I have VS 2002, and have installed both versions of .NET framework.
I have this strange problem, I am not able to run ASP.NET application. I
used the Web Application template to create an ASP.NET application using
VB.NET.
When I run the application I dont get the results, the browser opens wit... more >>
Event Handler
Posted by Samuel Lee at 7/13/2003 12:21:34 AM
I had made an UserControl (.ascx) which include a datalist control. The
datalist control had contains an imagebutton.
Next, I would like to create an aspx page that also contain a datalist
control. I will dymanically create the UserControl and place it into
datalist.
Now I need to catch t... more >>
|