all groups > asp.net > february 2006 > threads for saturday february 4
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
Accessing dynamically created components in C#
Posted by drakuu NO[at]SPAM gmail.com at 2/4/2006 11:52:53 PM
All,
I created dynamically part of a table and its components such as text
boxes etc...
As you can see in the example below I created txtAddress textbox...
Everything works perfectly until the point where I need to save the
textbox input (normally I would use txtAddress.Text). But in my
btnC... more >>
Problem with Type Converter
Posted by J.Edwards at 2/4/2006 11:47:01 PM
I have a Type Converter working correctly from the designer end - it
displays a list of certain object types, and allows one to be picked, and
saves it to the property fine.
The trouble I have is when I run the web page it doesn't have the property
persisted in the actual live running of it... more >>
CheckBoxes in DataGrid
Posted by drakuu NO[at]SPAM gmail.com at 2/4/2006 11:40:00 PM
Hi guys,
I created DataGrid with few checkboxes. I want to bind the checkboxes
and check them if they match a string in a database. An if statement
would look something like this:
if (dataRowChb["AddressTypeCode"].ToString() == "u") checkbox1.checked
= true
Now how would I do it in datagri... more >>
Specifying javascript file path on Master pages
Posted by Naveen K Kohli at 2/4/2006 10:16:41 PM
I have couple of javascript files that need to be referenced for each
content page. So I am trying to put them on Master page. The problem is that
content pages are not on one level of the site. I have been trying to find a
way to specify path to these JS files so that the actual path to these... more >>
Where's the Localization Starter Kit?
Posted by clintonG at 2/4/2006 10:02:35 PM
I tell ya, I'd really like to study a base implementation or have an outline
of what I need to build a base implementation of a localized ASP.NET 2.0
page, an application better yet with at least some navigation.
Not to be seen - yet - at MSDN. I looked at
news://microsoft.public.platform.l... more >>
ContentPlaceHolder tag in ASP.NET 2.0 prevents design view in FrontPage 2003
Posted by anton.hopen NO[at]SPAM gmail.com at 2/4/2006 9:29:09 PM
ASP.NET 2.0 master pages are great. However, I want to edit an ASPX
page in FrontPage for aesthetic styling reasons. The ASPX page is
linked to a master page so it naturally has a contentplaceholder ID.
Right-click in VS2005 and open it in MS FrontPage. Source appears
file. However, design... more >>
Create XSL extension with .NET?
Posted by Jason Chan at 2/4/2006 8:53:15 PM
I newbie of XSL as well as .NET.
I would like to ask can I create XSL extension function using .NET
technology?
So that I can use something like <myExt:myFunction()> in my xslt file.
Any resource suggested? I tried to google it but cannot found any useful
hints.
Thanks in advance.
... more >>
NEWBIE - Learn ASP.NET using Visual Studio .NET 2003 or 2005
Posted by Phillip Vong at 2/4/2006 8:42:15 PM
NEWBIE HERE. Never programed before so I'm looking for some help.
I understand some HMTL. I want to learn asp.net and I'm looking for a good
book that will teach me this using MS Visual Studio .Net 2003 or 2005. I
know you can do it all by notepad, but I'm not a hardcore programmer and I
li... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is it possible to have more than 1 sitemap and treeview in a website?
Posted by Andy Sutorius via DotNetMonster.com at 2/4/2006 8:24:35 PM
I have a current website divided into 2 sections. Each section needs it's own
sitemap and treeview. Is it possible to have 2 different sitemaps in a
website?
Everything that I have read says you create a web.sitemap file and stick it
in your root and connect it to the treeview. I don't see an... more >>
TableAdapter Configuration Wizard
Posted by hecsan07 at 2/4/2006 6:34:27 PM
Hey
I am trying to get some practice on VS 2005 TableAdapter Configuration
Wizard. I wrote a Database project and include a couple of stored procedures
one of which was an insert procedure. The insert procedure obviously accepts
a few parameters (the values to insert).
I have a problem cr... more >>
FileInfo Issue
Posted by JJ at 2/4/2006 5:01:30 PM
I have the following code running in a test asp.net app locally on my
xp system and I can't get the FileInfo.Exist to recognize that the file
is in the folder defined in code. What do I need to set in order for
this to work?
string sFullPath = @"\DocTemp\TestDoc.doc";
if(new FileInfo(... more >>
ASP.NET 2.0 - Publishing to Server Problems
Posted by Bill Cohagan at 2/4/2006 4:13:53 PM
I've built a small app based on the Personal web site template and it works
fine on my development machine (within VS2005). When I Publish it to a
Windows Server 2003 machine it *almost* works fine. There are two problems,
one minor and one major:
1.) After publishing to the server I have ... more >>
Web Copy - Web Developer Express
Posted by Jim McGivney at 2/4/2006 4:05:46 PM
I am a ASP.net 2.0 NewBee
I have a simple website I developed in Web Developer Express. I test it
with CTRL-F5 and it works.
I have found out that I can not Web Copy it to my hosted web site.
I am under the impression that I must first "pre-compile"
I use aspnet_compile.exe
Now I look for th... more >>
The right URL, server.transfer
Posted by Fabrice at 2/4/2006 2:38:09 PM
Hello
Does a solution exist to get always the right path when you use
Server.Transfer in web application (version 1.1) ?
I want to rewrite my URL by use Global.asax and Application_BeginRequest
Sub. But as i use server.transfer in my web application i get always the old
URL even if
i u... more >>
Save blank fields in database (date and integer) - Error
Posted by Øyvind Isaksen at 2/4/2006 2:21:33 PM
I have a page with an optional integer-field, and one asp:calendar control.
I use a stored procedure to save the data in SQL Server.
When all fields contains data, the code works great! But if the user dont
fill in the optional "price-field" (integer value), or if the user dont
choose a date ... more >>
How to select the text in a TextBox
Posted by ad at 2/4/2006 12:47:30 PM
I have a Textbox (Text) in a web form.
I use
this.SetFocus(Text1);
to set the focus on Text1.
How can I let the text in Text1 selected when the Text1 get focus?
... more >>
Compiling directories in web project...
Posted by jojobar at 2/4/2006 12:07:05 PM
In vs.net 2005 you can build the entire website, entire solution or a single
page. The project I am working on has more than 1000 pages spread over 50-60
directories. We work on one or two of the directories most of the time.
When an external dependency is changed (say a function in business... more >>
ASP.NET 2.0: Multiple problems with DefaultButton
Posted by dpomt at 2/4/2006 12:01:19 PM
I am facing some issues with the webforms DefaultButton functionality:
#1 One text box ==> hitting enter works in IE but not in Firefox (1.5)
#2 One text box and req. field validator ==> problem in IE
#3 two text boxes ==> not even a postbak in Firefox.
The three problems I have could be sim... more >>
ASP .NET newbie question
Posted by Chris at 2/4/2006 11:56:41 AM
Hi all,
I've built a website in VS2005 using ASP .NET. The problem I'm having is
that images which are put in App_Data folder will only show in the designer.
I'm trying to show images with the CSS "background-image:" tag. If I take
the images out of the folder they show.
Any ideas what... more >>
Old controls disappear on toolbox at 2.0
Posted by Shaw at 2/4/2006 10:02:11 AM
We are going to update our ASP.NET 1.1 based applications to 2.0. After I
installed VS Web Express, I immediately find the old web server controls,
such as DataGrid and data object (adapter, connection, command…) are
disappeared from toolbox.
I still can type asp:datagrid on aspx page to ... more >>
Asp.net / iis / oracle problem
Posted by BookerW at 2/4/2006 10:01:23 AM
I am not sure which forum I should post this on, but here is the problem. I
have a front end web application(VB) on asp,net 1.1 framework. Inside of the
code, I have the following lines to connect to the database
If gbSQLServer Then
'sConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0... more >>
Web Config ?
Posted by Oded Dror at 2/4/2006 9:34:15 AM
Hi there,
I'm using VWD 2005 express, win xp pro sp2
I created a website with login.aspx page (not from the template)
Integrated with Access database, Also I modify the web.config file
everything work fine I put response.redirect to the log in with user session
like I said everything work fin... more >>
periodic check for records to print
Posted by Tony at 2/4/2006 9:30:04 AM
Every 10 seconds I need to search a SQL table for orders to print. The orders
are created through WebForms on ASP.NET clients. The orders should not print
until
10 minutes before they are due.
The network printer will be available from the server running IIS and SQL
Server 2000.
If thi... more >>
Help with ASP.NET DataGrid problem
Posted by thebison at 2/4/2006 7:54:09 AM
Hi,
As a relative newbie to SQL Server/ASP.NET I'm hoping someone here
can help with my problem. I'm developing a timesheet application in
ASP.NET C# using Visual Studio 2003 with a database built in MSDE.
One of my forms needs to return a simple list of resources from my
database. I have fol... more >>
handling user control event
Posted by c676228 at 2/4/2006 4:45:40 AM
Hi all,
I have an event in user control email to handling email change when user
want to change the input for email address. Here it is
In email.ascx.vb:
Protected Sub UpdateEmail(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles TxtEmail.TextChanged
If Session("Ema... more >>
How to display progress bar for long running page in Javascript
Posted by Anonieko at 2/4/2006 3:47:58 AM
Query: How to display progress bar for long running page
Answer:
Yet another solution. REFERENCE:
http://www.eggheadcafe.com/articles/20050108.asp
My only regret is that when click the browser back button, it loads the
progress bar again.
Any solution to this?
... more >>
Use IHttpHandler not ASPX for pro web apps
Posted by John Rivers at 2/4/2006 3:26:36 AM
ASPX which means ASPX pages, the code-behind concept, User Controls,
Web Controls etc. is very poorly designed and makes it extremely hard
to develop professional quality web applications.
ASPX is Microsoft's attempt to "dumb down" web application development
to help unskilled developers such ... more >>
Delete button on DataGrid not firing
Posted by Jeff User at 2/4/2006 1:14:11 AM
Hello
..NET 1.1, VS 2003, C# & asp.net
I have tried to follow msdn instructions and samples but I can not get
an event to fire for this button on the datagrid.
There has to be something obvious missing here, but after 2 days I am
ready to explode ! Please help.
To create the Delete button ... more >>
Probs uploading ASP .NET project
Posted by JimC at 2/4/2006 12:18:21 AM
I'm working with a new ASP.NET Web host, a shared
service sold by Hostik in Sacramento. (They may
be buying their service from Lanset.)
I created a test project just to make sure the thing was
working, and uploaded four files:
WebForm1.aspx
Web.config
Styles.css
bin/WebA... more >>
ASP.NET 2.0 security..
Posted by Paul Aspinall at 2/4/2006 12:00:00 AM
Can anyone point me to an article which shows how to control access to
certain web pages, for different forms authenticated users.
I would ideally like to decide if users can 'view' 'edit' 'create' or
'delete' on each page, and therefore some sort of status flag would be
needed, to indicate... more >>
Mutex problem...
Posted by Lloyd Dupont at 2/4/2006 12:00:00 AM
I have some code where I updatde a file (that might not exist yet).
In fact this file contains 2 integers and is used in only one function. I
thought overkill to configure, deploy and maintain a database to store 2
numbers, so I'm just trying to use a Mutex to be sure only one of my process
a... more >>
Combining Integrated and Forms authentication
Posted by Paul Aspinall at 2/4/2006 12:00:00 AM
Hi
I have an application which will be used on a company Intranet, but will
also be used by some external users (via Extranet).
I want to implement Integrated authentication for the company employees, but
any 'non-authenticated' users (ie. externals), must logon via Forms
authentication.
... more >>
Repost: RSS Consumer
Posted by Newbie at 2/4/2006 12:00:00 AM
Hi all,
Anyone know how to build web application like this one:
http://onlinebusinessarticles.demositeonline.com/?
I want to build a similar web appl like this using ASP.NET 2.0
If I'm not wrong, this appl consume RSS feeds, in this site from
http://www.article-emporium.com/.
Of course... more >>
|