DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.aspnet     33479 threads
page nr.: << back    20      21      22      23      24      25      26      27      28      29      30      31      32      33      34      35      36      37      38      39      40    next >>



Making an entire cell of a table respond to a click.   (8 messages)   Date: Mon, 13 Aug 2007 08:26:51 -0400
I have cell that I want to be able to have the user click the cell anywhere and it will link to somewhere else. I want to use a cell because I want it to be 25% of the width of the screen ( I have 4 'buttons' to do this ...

What is the best?   (2 messages)   Date: Mon, 13 Aug 2007 09:11:16 -0300
Hi, Im using VS 2005 C# Asp.net 2.0, and I would like to know what do you recommend, using the SqlDataSource component or using classes (MS SqlHelper for example) to connect to a datasource? If the best is the SqlDataSource ...

Air conditioners for free!??!?!!!   (2 messages)   Date: Mon, 13 Aug 2007 10:55:21 -0000
http://airconlinks.blogspot.com/ ...

Page.FindControl   (5 messages)   Date: Mon, 13 Aug 2007 10:32:43 +0100
Hi all, I was wondering if you can help. I have the need to find a control on the page for which I don't know all of the ID, this is because it is made up from several id's forming one new id. Is there anyway to find ...

problems understanding ViewState   (7 messages)   Date: Mon, 13 Aug 2007 01:56:50 -0700
Hi, I have a Listbox with 3 strings added at design time : "Red" "Green" "Blue". I add a fourth string at run-time in Page_Load: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) lstColors ...

how to distinguish two row in sql server   (3 messages)   Date: Mon, 13 Aug 2007 16:45:28 +0800
a query return with some identical rows, how can I distinguish them? what I want is like this: select rowid, column1, column2 from mytable TIA ...

Car Air Conditioners   (3 messages)   Date: Mon, 13 Aug 2007 08:18:40 -0000
All the informations about car air conditioners can be found on this website... http://car-air-conditioning.blogspot.com/ ...

Page scrolls up on update ?   (2 messages)   Date: Mon, 13 Aug 2007 10:53:54 +0500
Whenever I Insert or Update the GridView Control, the page scrolls up. I have about 50 Rows in GridView and say, when I edit the Row No. 45 and click on Update Button of the GridView, the page refreshes itself and goes to ...

Advanced redirect   (5 messages)   Date: Mon, 13 Aug 2007 04:00:13 -0000
In the transition of a website from one domain to another for exmaple from www.oldsite.com to www.newsite.com I need to "rewrite" the URL so all links to the old site will be linked to the new site as follows: 1. For URLs ...

menu question   (6 messages)   Date: Mon, 13 Aug 2007 14:47:29 +1200
Hi Guys. I am currently having a problem with my menu control. The requirement for menu is. All root menuitems will be displayed as images. The image for each root menuitem will be different. All the child menuitems are ...

The Truth   (5 messages)   Date: Sun, 12 Aug 2007 18:15:46 -0700
Explore & discover & be convinced that ISLAM is the truth! ... Please Visit: http://www.beconvinced.com ...

accesskey property   (2 messages)   Date: Sun, 12 Aug 2007 18:10:09 -0700
Hi There, I have a website which uses access keys. I can press alt+1, alt+2, etc, and it hilights controls on the page. My question is why do some controls need enter pressed after the access key combination is pressed ...

Total records   (2 messages)   Date: Sun, 12 Aug 2007 21:19:53 -0300
Hi, how can I return the total of records returned from a DataSet? Because if I use the grdview.row.count it will show just the page total... I would like the whole... How can I do that? or must I execute another sql ...

RedirectFromLoginPage   (1 messages)   Date: Sun, 12 Aug 2007 16:43:47 -0700
Hey all, I got a question and hope someone can help me here. I have a aspx page that reads from a excel sheet logins, and checks the user login, if its OK, it allow the user to access pages on a / restrict folder. It ...

System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.   (1 messages)   Date: Sun, 12 Aug 2007 17:37:16 -0500
Why does this happen? How to fix it? Once in a while I get error in ~/ScriptResource.axd?d=... System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Security ...

ImageButton   (1 messages)   Date: Sun, 12 Aug 2007 13:22:02 -0700
Hello, I tryed to use ImageButton in application I am currently working on. My first idea was to use ImageButton just with AlternateText and add images after application logic is fully working. Now I am wondering how odd ...

Empty Toolbox in Visual Studio 2005.   (1 messages)   Date: Sun, 12 Aug 2007 12:50:36 -0700
Hi My toolbox only has the HTML tab on it. If I click on 'Show All', all of the controls are displayed but they are greyed out. This happens when in design view for any ASP.Net project. I recently installed the ASP.NET ...

Website is not setting Session cookie for asp.net_sessionid   (6 messages)   Date: Sun, 12 Aug 2007 13:44:48 -0400
Hi, I've done some coding in my web application however right now for an unknown reason my asp.net 2.0 site is not setting asp.net_sessionid cookie and as a result, I am losing the session data in each page refresh or redirect ...

GridView Question   (1 messages)   Date: Sun, 12 Aug 2007 17:36:42 GMT
I have the following code or a delete button in the GridView Control and the RowDeleteing event is not raised Can anyone sugget hat is wrong with the code? <asp:TemplateField> <ItemTemplate> <asp:LinkButton ID="delete" ...

Auto Expand Images   (1 messages)   Date: Sun, 12 Aug 2007 13:04:35 -0400
I currently use the below code to display images from my database. Part of what my site allows is for users to click on an image and I open up my handler.ashx to display the image. Is there a way to make the image always ...


page nr.: << back    20      21      22      23      24      25      26      27      28      29      30      31      32      33      34      35      36      37      38      39      40    next >>
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us