473,543 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

18
5,777
thread by: Axel Dahmen | last post May 30 '07 by: Walter Wang [MSFT]
Hi, trying to submit an ASPX form using the key (using IE6) the page is not submitted in my web project. Trying to debug the pages' JavaScript code I noticed that there's some ASP.NET client script code being executed having a flaw: function anonymous() { if (!ValidatedTextBoxOnKeyPress(event)) { event.cancelBubble = true; if...
18
1,502
thread by: rcoco | last post May 25 '07 by: Alexey Smirnov
Hi all, I have a datagrid with Button column select in form of hyperlink. On the same page, I have another datagrid that insert data and one column(Name) has Names of a user that is inserting data(using windows authentication). Now this is how it's supposed to work: When any user want to see data about a particular user it's a matter of...
18
4,744
thread by: =?Utf-8?B?VG9t?= | last post Dec 3 '07 by: Christopher Strolia-Davis
is it possible to add a bunch of users to group and only allow group to access the web page or do I need to add each user to the web.config file? Or is there another way to do this? I just took over a project and most of the web sites have users defined in the web.config file that can access the site. Now users come and go so this config...
18
2,862
thread by: Poldie | last post Jun 24 '07 by: Poldie
How do I turn it on? I'm using vb 2005 in visual studio 2005 sp1. In my web.config I have: <compilation debug="true" strict="true" /> In my Tools/Options/Projects and solutions/vb defaults I have option strict on. In my .vb file I have:
18
1,268
thread by: Powercat | last post Jul 5 '07 by: Powercat
Greetings: on shared server hosting we have a password protected section of our web site using simple htaccess setting. We'd like to expand significantly the number of users in the section to make more use of this section. I'm looking for a better solution even if it means changing hosts to one with a better method -- does anyone have...
18
622
thread by: Lit | last post Aug 15 '07 by: Lit
Hi, I am looking for a Regular expression for a password for my RegExp ValidationControl Requirements are, At least 8 characters long. At least one digit At least one upper case character
18
2,053
thread by: jim | last post Sep 21 '07 by: jim
OK...Don't ask why - it'll just make ya mad. It makes me mad just thinking about it. I swear....if I didn't need this job, I'd tell 'em where to embed their webbrowser control. But, since I do need it, here are my questions... Can I embed an IE activex control in a webpage? I basically would like to be able to embed the same component...
18
1,673
thread by: Andrea_L | last post Dec 5 '07 by: Mark Rae [MVP]
Goodmorning, within year-end I must buy some licences of Visual Study 2005, and I cannot wait for the escape of Visual Study 2008... Someone knows if they are available "promotions" or other that concur, with the purchase of every licence of 2005, the successive upgrade to 2008? (obviously comprised in the price and not paying the upgrade...
18
1,406
thread by: dancer | last post Sep 28 '07 by: Shelly
I haven't given up yet, but I'm wondering if OOP is worth the effort. I know that almost everybody in this forum thinks OOP is the only way to go, but is there anybody out there who believes differently? 1. Is there anybody who believes that programming patterns will change in the near future and leave OOP behind? 2. I *love* Asp.net. Is...
18
2,134
thread by: Joey | last post Nov 23 '07 by: uldpewhbpp
asp.net 2/C# I have noticed that during periods of inactivity on my website, the Application_Start event is firing about every 40-45 minutes. Is this normal? Shouldn't the app start once and remain running until I stop it? JP
18
5,410
thread by: Redhairs | last post Jan 19 '08 by: =?Utf-8?B?TWlsb3N6IFNrYWxlY2tpIFtNQ0FEXQ==?=
Is it possible to get DropDownList.SelectedValue in Page_PreInit() event during the postback?
18
4,964
thread by: Ben | last post Aug 11 '08 by: Bartek
Hi, i dynamically feed a dropdownlist which value from 1 to 20. That dropdownlist is bound to field 'wa' (type nvarchar(4)) in 'mytable'. There are 4 records and the values of field 'wa' are: 2 3 1 4. All those values are contained in the list of items of the DD. In normal mode, the field 'wa' appears for each record with the right value....
18
4,186
thread by: Artificer | last post Jul 1 '08 by: Scott M.
Any idea if MS will try to promote Silverlight over ASP.NET for web development or will silverlight remain just as a adobe's flash like tecnology?
18
11,266
thread by: Brett | last post Jul 21 '08 by: Steven Cheng [MSFT]
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing classes, for each of the checked rows in the GridView. This works fine in the Visual Studio 2005 development environment on localhost. But, when I...
18
1,429
thread by: AAaron123 | last post Jul 27 '08 by: Peter
I have a roadrunner personal page internet site. I just found out it does not support ASP.NET. I've developed an asp.net site that I would like to show someone. I can't image this is possible but I have to ask to be sure. Is there any way I can send him something (maybe on a cd) that he can view on his XP computer.
18
1,242
thread by: Brock | last post Oct 21 '08 by: John Saunders
I'm trying to develop a web service to expose an XML file for product manufacturers for a client application to consume and populate a datagrid on the consuming end. I have successfully tested the web service with simple mathematic returns like: <%@ WebService Language="VB" Class="aWebService" %> Imports System.Web
18
4,744
thread by: Dan | last post Oct 16 '08 by: Dan
Hi, There is a detailsview which contains a textbox in editmode. How to get the id of the textbox in javascript? I tried this: <asp:DetailsView ID="DetailsView1" runat="server" > <asp:TemplateField> <EditItemTemplate> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </EditItemTemplate>
18
2,616
thread by: E11esar | last post Jan 13 '09 by: Frinavale
Hi there. I have written an asp.net / c# web application that subscribes to a web service and all works fine. If I then enclose the page functionality of the web page within AJAX tab and accordion controls, I am then receiving an error of the type: ----------------------------------------------------------------------------- Server Error in...
18
1,917
thread by: 200dogz | last post Feb 18 '09 by: Frinavale
Hi, I have a aspx page that generates reports with the data it gets from databases. It used to work quick and fine until recently when a file is generated it gets killed a few seconds after that. It can still be downloaded if fast enough: http://img17.imageshack.us/img17/2913/59537630wo2.png A few seconds later...
18
24,768
thread by: btreddy | last post Apr 17 '09 by: Frinavale
Hii all, In one my child page i've an updatepanel which contains a gridview .The gridview displays huge amt of data (~3 pages of data) and the updatepanel refreshes for every 1 sec,for tht i've used timer control, to get the updated data from the server.for that i've used one timer. The problem is ,the webpages scroll bar(both horizontal...
18
3,470
thread by: dbdb | last post May 2 '09 by: zizi2
hi guys, i just new in asp.net world. i have an error for my first web test. here my code : sub OnBtnSendClicked (s As Object, e As EventArgs) Dim strConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("surat.mdb") & ";" Dim MySQL As String = "INSERT INTO surat (No, NoSurat, TglSurat,...
18
2,879
CroCrew
thread by: CroCrew | last post Dec 2 '10 by: CroCrew
Hello all, Thanks for looking at my post and thank to anyone that provides me with the help I am looking for. I dynamically load user controls from a default page but when a postback fires within the user controls I can’t get the selected user control to reload. Hard to explain so I will try to show you what is going on. Default1.aspx ...
18
3,610
thread by: mandlaanilbabu | last post Oct 2 '12 by: mandlaanilbabu
Your blog is very help full, I have one requirement like this I have a table CUSTOMER in that CUSTID,NAME,URL columns is thier CUSTID NAME URL 1 asp www.asp.net 2 weblog www.weblogs.asp.net 3 google www.google.com My question is I opening perticular url based on CUSTID
17
1,452
thread by: Jonah Olsson | last post Nov 17 '05 by: Cor
Hi guys, I need a way to dynamically change (or create) a custom class using an external xml file. Can this be done at all? This is what the class looks like: Public Class MemberData Private _EmailGUID As String Private _Email As String Private _FirstName As String
17
2,455
thread by: Lloyd Sheen | last post Nov 18 '05 by: Jim Cheshire [MSFT]
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control 'Button19' of type 'Button' must be placed inside a form tag with runat=server Can the IDE not do what it is supposed to do. It seems that it is a...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.