HighTechTalks DotNet Forums  

Sponsored Links


ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss in the ASP.net forum.



Post New Thread
Threads in Forum : ASP.net Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a <BUTTON> control that I use, because I want the text on the button to display with an underscore on the lead character to indicate that it...
randy collins
05-26-2006 11:53 AM
randy collins Go to last post
0 17
In ASP.NET 2.0, the login control seems to automatically want strong passwords. How can I allow simple passwords, such as 6 in length with at least...
VB Programmer
05-26-2006 11:37 AM
EagleRed (AT) HighFlyingBirds (DOT) com Go to last post
2 13
Hi, This one appears a little strange to me. Here is the scenario. I load a datalist the first time a page is run. The page has a !IsPostback and...
David
05-26-2006 11:34 AM
David Go to last post
1 10
Does anyone know of a way to sort a column which isnt databound or an actual field in the database, but is derived from a method? IE. I have a grid...
AT
05-26-2006 11:30 AM
AT Go to last post
0 13
I took over an existing .NET 1.1 app and when its getting data its using about 99% of inline SQL statements, such as SELECT * from table, or...
John
05-26-2006 11:01 AM
Cenk Go to last post
3 20
I am developing an ASP.NET 2.0 application using a master page. I have a DataList control on the master page that has a datasource this is...
EagleRed (AT) HighFlyingBirds (DOT) com
05-26-2006 10:59 AM
EagleRed (AT) HighFlyingBirds (DOT) com Go to last post
1 20
Hi, I have a scenario where i need to configure only Login.aspx page to use SSL. All other application will run on HTTP protocol. If someone...
BizWorld
05-26-2006 10:52 AM
momo Go to last post
6 13
I am trying to create an excel spreadsheet from my asp.net 2.0(vb.net) code. I can create the file and even protect it, but I cannot protect it with...
lanem
05-26-2006 10:40 AM
lanem Go to last post
0 14
Hey all, I have a setup / deployment project that is used to create builds for my web project. I can very easily invoke this manually, in the IDE,...
Wade
05-26-2006 10:37 AM
Wade Go to last post
1 12
Hi all, I'm trying to create a browser definition file (.browser) that matches crawlers user agents. I don't want modify browser files in the Config...
Stefano
05-26-2006 10:27 AM
Stefano Go to last post
0 15
I would just like to get a feeling for what others are doing here. Having read through the 'Data Tiers' paper under MS's Paterns and Practices I...
Mark Gilkes
05-26-2006 10:20 AM
Mark Gilkes Go to last post
3 16
I'm using VS 2005 connecting to a SQL 2000 DB on another server. The SQL is also running IIS 6 with ASP.NET 2.0 When I test the aspx on my computer,...
Phillip Vong
05-26-2006 10:14 AM
Jose Rodriguez Go to last post
1 21
i'm creating new web site in 2.0 and it was working but now when I run my web app its timing out and when i open task manager i can see ...
John
05-26-2006 09:55 AM
John Go to last post
0 19
After an autopostback event the control that gets focus next is not the one defined in the taborder, but the first control. This makes sense becuase...
kpg
05-26-2006 09:53 AM
kpg Go to last post
4 9
I have few buttons on my ASP.NET page which are supposed to hide and show pannels. On the initial load everything is properly populated but then when...
Art
05-26-2006 09:53 AM
Jimi200478 Go to last post
3 7
Hi all Is it possible to programatically list all the .aspx files within the currenty running website. e.g. something like foreach {aspxfile in...
AAJ
05-26-2006 09:52 AM
John Timney \( MVP \) Go to last post
4 8
Hi, I am supporting an ASP.Net Web application, when I try to run the application from my system, it throws an error like Web Site Found.Waiting for...
Hirak
05-26-2006 09:08 AM
Hirak Go to last post
0 12
Hi all, I was wondering if someone could offer me some advice with namespaces... Primarily when and where to use them - you're explanations will...
Rob Meade
05-26-2006 08:44 AM
Rob Meade Go to last post
2 10
Hi, I have a function in my code-behind (vb.net) that checks if the file the user is trying to upload already exists on the server. At that point I'd...
graphicsxp
05-26-2006 08:43 AM
Jose Rodriguez Go to last post
9 10
Hello All, I have a Datagrid which has to Databind to different data on different conditions. Because of this, I am not using any of the asp:Bound...
Kuldeep
05-26-2006 08:36 AM
Kuldeep Go to last post
0 12
i can't run asp.net webpage in internet explorer unless i run project from visual studio 2005. how i run say title.aspx page in internet explorer...
sasikumar
05-26-2006 07:59 AM
Jose Rodriguez Go to last post
1 9
Where has the /bin directory with the *.dll file(s) gone in asp.net projects in vs 2005? I cant find any /bin directory in the projects - so how can...
Willy S
05-26-2006 06:19 AM
Juan T. Llibre Go to last post
1 10
Hi, I deleted the form created by VWD in the aspx file (because i know there may only be one server-form) and I tried to create in the code-behind...
Dan
05-26-2006 06:16 AM
Dan Go to last post
0 10
I have website on my local machine and SQL Server database on another server. When I run the website through Visual Studio.Net 2.0 IDE the site runs...
nick_nikh
05-26-2006 06:11 AM
Mark Rae Go to last post
1 9
"Bart Schelkens" <bschelkens (AT) hotmail (DOT) com> wrote Please don't attach binaries to posts - many people's newsreader software (including...
Mark Rae
05-26-2006 04:37 AM
Bart Schelkens Go to last post
1 13
(appologies for re-post, but my no-spam alias was not configured correctly). Hi, I'm using VS2005 to create a web site. On one of my aspx pages I...
mfr
05-26-2006 03:46 AM
AT Go to last post
1 13
I have a WebApp with 3 text boxes and 1 button, as described below. Can someone please explain why the bad scenarios are occurring and better still...
Tony
05-26-2006 02:12 AM
Tony Go to last post
3 11
view state is saved on server or on client side like it is used in postbacks and finally in encrypted form saved on client side but is it also on...
Vikas Kumar
05-25-2006 11:04 PM
AT Go to last post
2 13
I have an ascx user control where I user response.redirect to redirect to another page. The problem is that when I arrive at the destination page,...
Congero
05-25-2006 09:38 PM
Congero Go to last post
0 9
This simple code works as expected in a regular asp.net page but doesn't when the same content is run from a page which inherited from a .master...
Art
05-25-2006 09:13 PM
Art Go to last post
0 12
I have a namespace called utility that I compiled using the /t:library switch. It compiles fine. When I try to import it into a database interface...
JimO
05-25-2006 08:27 PM
AT Go to last post
6 30
Hi all, Does anyone know why the ViewState would be empty? When I'm receiving a postback, I can access a posted value using controlName.Value but...
AT
05-25-2006 07:31 PM
Jeff Dillon Go to last post
5 18
I only want to refresh my data in my webpart when the custom properties change. Is there an easy way to know that the user changes one of...
John Grant
05-25-2006 07:12 PM
Robert Bogue [MVP] Go to last post
3 11
I have two questions for which I have yet to figure out an answer: 1. I have a page with three webpartzones, one zone on each row of a...
Heath Howard
05-25-2006 07:07 PM
Robert Bogue [MVP] Go to last post
1 9
Hi all, I'm in two minds about whether to use IsPostBack and ViewState or Reqest.Form for handling form data. Is there any advantage in using the...
AT
05-25-2006 06:26 PM
AT Go to last post
1 13
i = (int)ViewState; try... i = Int.Parse(ViewState.ToString());
Will Asrari
05-25-2006 06:15 PM
AT Go to last post
3 11
I'm still trying to wrap muy head around preventing thread conflicts. I have a class that has two functions in it. This is called from various part...
darrel
05-25-2006 06:10 PM
darrel Go to last post
0 8
Is there a way to make a Menu control ignore the styles set by a stylesheet? The reason I ask is that I have built an ASP.Net site with...
Bryan
05-25-2006 05:49 PM
Bryan Go to last post
3 17
BACKGROUND: We've designed a Website for a client that will be deployed across multiple physical locations. The site will be hosted from a corporate...
Mike Hofer
05-25-2006 05:28 PM
Ray Booysen Go to last post
9 10
Hi all. I need to make a label that stays in a fixed position, when the page is scrolled. The javascript solution i have, is a bit jerky, and I'm...
Sharon
05-25-2006 05:21 PM
Sharon Go to last post
4 13
I have iframe inside Firstpage.aspx page like this... <IFRAME id="IFrame_One" style="WIDTH: 1029px; HEIGHT: 425px" name="IFrame_Documents"...
Chukka
05-25-2006 04:58 PM
Chukka Go to last post
0 7
Thanks for the reply, but unfortunately I'm not quite sure what you mean. I mean, I am using two validators, but the problem is both are displaying...
Pacer Dawn
05-25-2006 04:55 PM
Jimi200478 Go to last post
2 11
Hello. I need your help in the following problem: I have ASP.NET application with starting page Default.aspx. On Default.aspx.cs page I have (.aspx...
R.A.M.
05-25-2006 04:55 PM
Jeff Dillon Go to last post
1 7
How do I write a custom control in Asp.net 2.0? -- Arne Garvander (I program VB.Net for fun and C# to get paid.)
Arne Garvander
05-25-2006 04:54 PM
Arne Garvander Go to last post
0 10
I want to write an XML file but not to a file...just into memory, so I can then pass it to a string and stick it in a database. Seems that...
darrel
05-25-2006 04:38 PM
darrel Go to last post
2 10
"Spam Catcher" <spamhoneypot (AT) rogers (DOT) com> wrote Or, even easier, a Windows app which you run once a day as a scheduled task.
Justin
05-25-2006 04:34 PM
Mark Rae Go to last post
1 10
<multiformity (AT) gmail (DOT) com> wrote I think it is b/c your are looking for something in viewstate before your have loaded it. The...
vMike
05-25-2006 04:30 PM
vMike Go to last post
0 13
I solved the problem. I added in Page_Load of calendar page attribute "ondblclick" with "window.close();" to calendar object.
R.A.M.
05-25-2006 04:18 PM
R.A.M. Go to last post
3 7
Simple question: How to make datagrid paging work without javascript? I have a simple datagrid, which gets populated by a dataview, it works...
the friendly display name
05-25-2006 04:07 PM
vMike Go to last post
1 14
Hi, Can anyone recomend a book on asp.net and visual studio 2005? Many thanks -- Paul Watt
Paul Watt
05-25-2006 03:51 PM
gc Go to last post
1 10
Post New Thread

Display Options
Showing threads 25301 to 25350 of 91192
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.