all groups > asp.net > april 2007 > threads for sunday april 1
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
Adding controls at run time
Posted by Rajesh at 4/1/2007 10:19:13 PM
Hi,
I need to create a set of controls during the run time. Initially
the page should contain single row(column1: combo box, colomn2: text
box, column3: combo box and colomn4: button).
If i click the button(column4) during the run time the same set of
first row have to be generated, in... more >>
Book recommendation
Posted by Chris at 4/1/2007 8:33:59 PM
Can anyone recommend a good book on object orientation. There are lots of
things that I unsure about such as interfaces, implementation, generics. Can
anyone recommend anything, ideally vb.net. So many of the books are about
the server controls or ado.net, which is important but I would like s... more >>
AJAX Works Locally in VS2005 but not on Web
Posted by schmeckel at 4/1/2007 5:48:00 PM
I am trying to use some very basic AJAX functionality (update panel
for partial page update) on my website. When I run my webpage in VS
2005, the partial page update works fine. However, when I upload the
page to my website and try running it, the page updates as a full page
update rather than... more >>
LAN Deployment
Posted by Jim McGivney at 4/1/2007 5:01:22 PM
Can someone point me to an article on how to deploy my VWD project on a LAN
(local network) as opposed to the web.
Thanks,
Jim
... more >>
ASP.Net on the Network
Posted by Marcus via DotNetMonster.com at 4/1/2007 4:36:44 PM
We have 200+ concurrent users. We can't deploy on the company web/internet
for 6 months due to other priority projects. We have Oracle database as the
backend. Can an ASP.Net application be deployed on the Network? and will
it accommodate 200_ concurrent users?
Thanks,
Marcus
--
Mes... more >>
user.IsApproved = false; is NOT working, what am I doing wrong????
Posted by Jeff at 4/1/2007 4:31:03 PM
ASP.NET 2.0
The code below is triggered by OnCreatedUser from the CreateUserWizard in my
website. The problem is that user.IsApproved = false; don't set
user.IsApproved to false. After I've created a user I can check in "ASP.NET
Configration" that this user is active. I want the IsApproved ... more >>
Dynamically added user control
Posted by Chris at 4/1/2007 3:03:16 PM
I am dynamically adding a user control to each row in a gridview. The reason
I am doing it dynamically is the user control is different depending on
certain data in the gridview. The gridview contains a placeholder and I add
the control to it, the user control is a formview bound to an object ... more >>
Is it impossible to declaratively databind to user control's properties?
Posted by HP at 4/1/2007 10:09:08 AM
Hi there
I've asked about it few times, and seen it asked more times, but no
one ever replied.
The question is: is it possible to use a control inside of user
control (eg. dropdownlist) as a control parameter for some other
datasource on a page (outside that user control) with declarative
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using a Class Library with A Web Service
Posted by zethon NO[at]SPAM gmail.com at 4/1/2007 8:42:45 AM
Hello,
I have a webservice file (service.asmx), inside which I make reference
to several classes that reside in a .NET Class Library (classes.dll).
When I run the webservice through Visual Studio, everything works
fine, and the the asmx file can find the classes inside the
classes.dll just fi... more >>
Nest Gridview Visability
Posted by Chris at 4/1/2007 12:00:00 AM
I have a nested gridview. I want the nested gridview to be invisible by
default but to become visible when a button is clicked in its parent. The
code below handles this toggling well when the nested gridview visability
starts at true. When I set it to false the toggle no longer works. I can
... more >>
Database help
Posted by Hayden Kirk at 4/1/2007 12:00:00 AM
Hi,
Having issues designing something in a database. I'm trying to make a
customer table. Problem is I am trying to determin if they are contacts or
busineses.
Like, I want to be able to bill individual clients as well as businesses but
If I do this there will be redundant data.
The s... more >>
Typed Datasets and performance
Posted by Chris at 4/1/2007 12:00:00 AM
Are there any performance issues with typed datasets in a fairly high
performance system?
... more >>
Nested Gridviews
Posted by Chris at 4/1/2007 12:00:00 AM
I am creating a nested gridview as per the tutorial here
(http://msdn2.microsoft.com/en-us/library/aa992038(vs.80).aspx). My
gridviews work fine. I have a master gridview containing the customerid.
This value is used by a a detail gridview nested within the master. This
works well but when I... more >>
|