all groups > asp.net > march 2007 > threads for saturday march 24
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
asp.net web.config file
Posted by Eric Layman at 3/24/2007 11:21:02 PM
Hi everyone,
Im fiddling around with connection strings and found out that conn strings
can be stored in web.config
May I know where is this file located?
or I can create within the site root of my www folder?
Or was it generated by default?
Please advise.
Thanks.
Posted ... more >>
How to import XML RSS though proxy with authentication
Posted by ThatsIT.net.au at 3/24/2007 10:14:26 PM
I have asp.net application behind a ISA 2000 Server
I have a few pages that import RSS, recently I have had to set
authentication for out going requests though the proxy server, how do I set
authentication for the XmlDocument or XPathDocument object
I have done the same thing in classic asp us... more >>
ASP.NET Instellisense
Posted by Steven Van Eyck at 3/24/2007 8:40:55 PM
Hi there
I'm using Visual Studio 2005 for the development of my ASP.NET application.
Unlike for Windows or Console application, I'm not getting the Intellisense
when I'm working in an .aspx file or in a code behind file (VB.NET syntax)
Does anybody know how to turn it on in VS 2005 ?
Man... more >>
what's the difference between a normal form element and a web control element?
Posted by Eric Layman at 3/24/2007 7:30:51 PM
Hi,
What's the difference between a normal web element:
<input type="text" id="txtname" name="txtname" runat="server">
vs webcontrol text box:
<asp:Textbox id="username" Columns="10" runat="server">
</asp:TextBox>
When should we use the normal input text box and when should we use th... more >>
reading xml from database..
Posted by prashant at 3/24/2007 4:43:43 PM
Hi all,
i am working with .net 2.0 and sql server managment studio of
version--9.00.1399.00
for getting a xmldocument from a xml data in sqlserver ..
their is no error in this program but xmlreader returned by
line-->
"XmlReader xmlUser = xmlMain.CreateReader();
shows ... more >>
Parameterized Query and Record Filters
Posted by TF at 3/24/2007 4:31:35 PM
This group came through for me last time so here we go again. My page
shows paint colors, brand name, product code, etc in a gridview with
the background matching the paint color. Several links on the page are
used to call itself with querystring values for brand, thinner,
finish, etc. The page... more >>
capture click event of multiple image buttons
Posted by Andreas Wöckl at 3/24/2007 1:23:22 PM
HI Group!
I have to programmatically create a user input form with various Checkbox
and RadioButton lists - Beside every List I have to place an image button
that is able to reset the checkboxlists and radiobutton lists.
if i declare a variable with
private withEvents img as ImageButton... more >>
killing the process in .net
Posted by Vinki at 3/24/2007 12:47:05 PM
Hello Everyone,
I am using service controller class to start, stop services on my remote
machine. Is there any way I can also do the kill command for the services
that hung up when I issue the service.stop command.
I know I can use System.diagnostics process, but its giving me error "Acc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
I don't get javascript. How do you use it?
Posted by Tony Girgenti at 3/24/2007 12:09:15 PM
Hello.
I just finished reading two articles about javascript here:
http://msdn2.microsoft.com/en-us/library/bb332123(VS.80).aspx
I tried some javascript testing in VS2005, SP1, VB , .NET 2.0, ASP.NET 2.0
on WIN XP Pro, SP2.
It's real simple. I put a button on a page and coded the onClic... more >>
Dynamic Listbox in Gridview
Posted by MikeB at 3/24/2007 12:08:29 PM
Hello All,
I know this has to be something simple but I have having a hard time finding
examples. I need to add a dynamic listbox to a gridview.
For example, my grid view displays categories and then in each row/ category
I have a list box that displays items in the category.
Can anyon... more >>
Access Denied error
Posted by Santel at 3/24/2007 11:08:57 AM
Hi,
I couldn't create an asp.net application under 'C:\Documents and
Settings\username\My Documents' path. Getting parser error like "An
error occurred loading a configuration file: Failed to start
monitoring changes to 'C:\Documents and Settings\username\My Documents
\WebSamples' because acc... more >>
Computer Programmer Job Available!
Posted by angelina_pramesti NO[at]SPAM yahoo.com at 3/24/2007 9:52:51 AM
Simply Find Your Programming Job Vacancy and resources here -->
http://www.jobbankdata.com/job-programming.htm
... more >>
Free ASP .net Ebooks
Posted by steveo at 3/24/2007 3:46:18 AM
Free ASP .net Ebooks
http://www.downloadfreepdf.com/
... more >>
Trouble getting page to work in FireFox
Posted by John Bailey at 3/24/2007 3:22:05 AM
I have a ASP .Net page that allows moving around items on the page through
javascript. This page works fine in IE.
In FireFox however, I have found that if the page is using XHTML 1.0
Transitional as the doctype, you cannot set the style.left and style.top
properties of image or div tags.... more >>
Redering asp.net webform dynamically
Posted by Anoop M at 3/24/2007 12:00:00 AM
Whether there is any available libraries to render an asp.net webform
dynamically at run time, from an xml definition?
Like
<Page>
<control class="System.Web.UI.WebControls.Textbox" id="Textbox1">
<property name="backcolor" value="red" />
</control>
</Page>
Should be rendered in... more >>
|