all groups > asp.net > february 2007 > threads for saturday february 10
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
error in preview viewgrid data from Visual Web Studio Express
Posted by Fendi Baba at 2/10/2007 11:50:58 PM
I created a simple aspx form using the viewgrid data which I bind to a
dataaccesslayer.
When trying to previww tha page I get the following errors:
[SqlException (0x80131904): SELECT permission denied on object
'StudentInfo', database 'Counselling', schema 'dbo'.]
Can someone tell me... more >>
Windows controls run from ASP.NET
Posted by Jman at 2/10/2007 10:34:27 PM
Please read this and let me know if it is possible to tun this tuttorial
locally.
What would be the differences to run it locally?
When I say locally, I mean running it from Visual Studio.
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=187&printer=t
... more >>
TableAdapter: How do I create one which inserts values from a form into two tables?
Posted by Fendi Baba at 2/10/2007 10:30:12 PM
I am creating a simple booking system. The system requires the users
to provide information regarding themselves and also the booking
detail. I want to send the data into two tables. One, the personalinfo
table and another bookinginfo. The bookinginfo, also has a column for
personalID which link... more >>
ASP refreshes whole page- would like to update only listbox with DB data
Posted by DanWeaver at 2/10/2007 8:41:48 PM
New to asp. using VS2005. I have an HTML page with various elements
and moveable graphics- when I make an asp action (selecting some rows
from a sql dbase) the whole page is refreshed and I lose the changes I
have made ie moving graphics around etc. Is there any way to prevent
this?
... more >>
Trouble getting started with the AjaxControlToolkit
Posted by Nathan Sokalski at 2/10/2007 7:58:31 PM
I am trying to start using the AjaxControlToolkit. I followed all the
instructions on the following page:
http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx
The only thing I did differently is I did not create my website from the
"ASP.NET AJAX Web Site" template, because my site alread... more >>
Help - client wants minor (??) last minute change
Posted by kbutterly at 2/10/2007 6:43:13 PM
Good evening,
My client has just requested a minor, to him, change. He has moved a
menu and he wants to reformat it also. It is just a two level static
asp menu, but now he wants the menu to appear in two columns, like so:
Product Category 1 Product Category 3
... more >>
Master Pages - CSS
Posted by Just Me at 2/10/2007 6:42:48 PM
When using master pages, how can I get an external style sheet applied to
the specific page and still see the effects at design time. I want to have a
generic style sheet and specific ones for each page.
The only way I can think to do this is to put a link tag in the master with
a specific ... more >>
ASCX designer file not linking - nest related files
Posted by Steven Nagy at 2/10/2007 5:19:12 PM
Hi all,
ASP.NET : Framework 2.0 - C#
A recent addition to my code generater will create GridView's and
ObjectDataSource's in a control (ASCX).
So the code gen creates an ascx, ascx.cs, ascx.designer.cs and a
stylesheet.
The 3 control files are placed together.
When generating for projec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
javascript populates dropdownlist
Posted by ken s at 2/10/2007 2:58:01 PM
I have what may be a ViewState problem, but don't know how to deal with it:
I have 2 DropDownLists: ddlMed and ddlDosage. When the user selects a
medication from ddlMed, a javascript fires to populate ddlDosage with the
proper dosages for that medication. This works fine and the user is the... more >>
How to stop using VS.NET built in webserver?
Posted by brett at 2/10/2007 1:04:02 PM
How can I configure VS.NET 2005 to use my local webserver (iis) rather
than the one built into VS.NET? When I start my app from within
VS.NET, it lunches its own webserver.
Thanks,
brett
... more >>
Trying to understand constructors
Posted by darrel at 2/10/2007 12:38:07 PM
I posted a question below and GroupReader suggested I look into constructors
as the solution to my problem.
So, that's what I'm doing, but I'm a little hung up on how to pass data back
to my page.
What I'm doing is trying to set up a class that can read a cookie and pass
the data back to... more >>
what is,& what is not saved in viewstate automatically?
Posted by xamman at 2/10/2007 9:54:58 AM
hi there,
from what i understand not all objects & variables are saved in the
viewstate, even though all objects & vars are lost after the page
response is sent to the client browser.
is there any rule to determine what is automatically kept by .NET in
the viewstate (i.e. only objects inherit... more >>
storing domain info in web.config, how??
Posted by Jeff at 2/10/2007 9:37:13 AM
Hey
ASP.NET 2.0
I'm working on a web site and I want info about the domain stored in
web.config. By domain I mean for example: www.domain.com
The reason I want info about the domain stored is that the web site will
send email to it's registered users. This email will contain a link to a... more >>
ASP: Truncated URL
Posted by walkersj09 NO[at]SPAM gmail.com at 2/10/2007 9:36:00 AM
I have a page that creates dynamic hyperlinks for each recorded
displayed. Many of the constructed URLs exceed 128 characters. Those
that with greater than 128 are truncated for some reason unknown to
me. I know that IE supports URLs up to 2048 characters. Is there a way
for me to create and use... more >>
ASP.Net 2.0 CSS
Posted by JeffD at 2/10/2007 5:34:03 AM
I am working on an asp.net 2.0 project. It started out as the Club
starter kit, modified by devcow.com. The problem I am having is that
any changes I make to the CSS file for the theme I am using do not do
anything. I am loading the correct theme and I am sure I am working
on the right css fi... more >>
|