|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Domain Names
Terry Burns -
25 Mar 2006 7:57 PM - 14 messages
Hi Guys, I know this is a bit off topic, but im not having any luck googling it. I want to know where I can go programatically to get a list of all registered domains on the internet. Cheers ...
ASP.NET Blog http://dkuldeep.blogspot.com
deokule2003 -
25 Mar 2006 5:52 PM - 3 messages
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
deokule2003 -
25 Mar 2006 5:52 PM - 2 messages
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
ASP.NET Blog http://dkuldeep.blogspot.com
Kuldeep -
25 Mar 2006 5:52 PM - 1 message
To get information related to ASP.NET and VB.NET.
Vist the following Link:
[link]
Regards
Kuldeep Deokule --- Posted via [link] ...
HttpWebRequest / CookieContainer - not deleting cookies.
macro -
25 Mar 2006 4:52 PM - 5 messages
when I use HttpWebRequest with CookieContainer object that handles cookies, if I have this cookie header in a response: Set-Cookie: CookieName=; path=/;expires=01-Jan-1999 00:00:00 GMT the cookie is not deleted for the next request, what should be and actually ...
Validation
Mark A. Sam -
25 Mar 2006 3:26 PM - 2 messages
Hello, I placed a RegularExpressionvalidator on a webform to test a textbox for a proper email format. I am trying to test for a failure but can't seem to get a value. Here is what I tried: ...
How to make web user control?
VB Programmer -
25 Mar 2006 2:54 PM - 4 messages
I have a SIMPL HTML form that displays a javascript clock. I want to take this component and put it in a web user control so that I can reuse it easily. The problem is I don't know what to do with some of the elements, like... ...
Validation
Mark A. Sam -
25 Mar 2006 2:09 PM - 1 message
Hello, I placed a RegularExpressionvalidator on a webform to test a textbox for a proper email format. I am trying to test for a failure but can't seem to get a value. Here is what I tried: ...
migration from asp: better client or server-side code?
Ben -
25 Mar 2006 9:15 AM - 9 messages
Hi, I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The whole day is then displayed in cels of a table. The user has then to click in a cel ...
ASP.NET 2.0 Raising a custom event from a usercontrol to parent page: How?
Jimi -
25 Mar 2006 4:33 AM - 2 messages
Hi all, I have a user control which I want to raise a custom event from so the parent page can reload a datagrid with some new information. In the 1.1 framework days I would have just done something like the ...
Broken image links using Visual Studio 2005 Development Server
DaveOnSEN -
25 Mar 2006 2:43 AM - 1 message
I'm having some trouble migrating from ASP.NET 1.1 to ASP.NET 2.0. On the development server, a lot of images that are in subfolders don't get served. They appear as broken links. However, I have IIS also ...
Display time live on site - How?
VB Programmer -
25 Mar 2006 2:29 AM - 2 messages
I want to display the Live time in New York and Hong Kong on my website. Any suggestions on how to display these live clocks? I suppose some client side scripting is necessary because I don't want to keep having to refresh the page... ...
Application_BeginRequest and Request.Params[] under Asp.net 2.0
tao lin -
24 Mar 2006 10:07 PM - 2 messages
Hi, all I am using VS 2005 under windows 2000. I just upgrade my asp.net app from 1.1 to 2.0. And I found a very strange proglem in my Global.asax.cs's Application_BeginRequest function, here is my ...
Can Norton antivirus cause intermittent Viewstate errors?
Ray Stevens -
24 Mar 2006 9:58 PM - 4 messages
We are having a maddening problem with random "validation of viewstate MAC failed" errors, even if the web farm is shut down to a single server. It now susepect that Norton antivirus is causing application pool recylcing on IIS 6. ...
assembly protection
Fabio R. -
24 Mar 2006 9:19 PM - 4 messages
Hi all, what can I do to avoid that someone replace a dll of my asp.net project with another one? Example: in check.dll there's the method VerifyUrl to check if the current domain name is [link], otherwise it return false. ...
Atlas UpdatePanel in a user control
John -
24 Mar 2006 9:12 PM - 1 message
I'm trying out the March 06 CTP of Atlas. My user controls containing updatepanel's won't render on the containing page at design time (they work fine at run time!!). Eg simple user control like: <%@ Control Language="C#" AutoEventWireup="true" ...
web.config vs. application object
RedHair -
24 Mar 2006 8:55 PM - 6 messages
In ASP.NET web application, where is the best place to store a application scope variable?(read only) Web.Config file or application object? Which performance is better while reading the data? ...
New window and new session?
Alex D. -
24 Mar 2006 8:06 PM - 1 message
Is there any way to open a new window with a new session using the Page.RegisterClientScriptBlock to insert some javascript in a button's onclick event? ...
asp.net textox old value
Nalaka -
24 Mar 2006 7:55 PM - 4 messages
Hi, I need to get the old (original) value of a textbox control. I have put code in the textbox_textChanged .... I can get the new value ((texBoxControl) sender).text but I need to know the old value.... is there a way to access the old value? ...
Cookieless Session ID in Query String
Tom Cole -
24 Mar 2006 7:48 PM - 2 messages
Howdy, When a client has cookies turn off, our application uses the ASP.NET 2.0 cookieless session which puts the session id into the URI. Is there anyway to make it use a query string instead? Here's an example of what we have: ...
ADO.Net and ASP.Net
Steve B. -
24 Mar 2006 7:09 PM - 7 messages
I know nothing about about web based programming. However, I think it's time to inquire about making my local share drive ADO.Net application a web ASP.Net application. Generally, how do I that? Thanks ...
Error with asp.net validator controls
Infante - GIGA -
24 Mar 2006 6:20 PM - 3 messages
Hi, I have this problem: if I use the application (web application with html forms) on the development machine or locally on the production server everything works fine If I call the pages from a browser (e.g. IE6) from another pc, internal on ...
XPath help needed
Joe -
24 Mar 2006 5:37 PM - 11 messages
Hello All: I have an xml document with the following structure, where Form is the document element: <Form> <Content> <Line>blah blah blah</Line> <Line> ...
DataSet V2: Merge problem
Allen -
24 Mar 2006 4:46 PM - 1 message
We converted our app from 1.1 to 2 and some code was no longer working. The case: From a non typed datatable, convert it to a typed one. How to reproduce the bug: ------------------------------- 1) Create a project. 2) Add a new Dataset (keep DataSet1). ...
Login control images
Michael E Baltic -
24 Mar 2006 4:12 PM - 2 messages
Do the login controls not accept background images at all? No matter what I do to the css, nothing seems to add my image. Is there a way to do this? Without code.... just css or skins. ...
Forms Authentication Fails some times
mavrick_101 -
24 Mar 2006 4:07 PM - 1 message
Hi, I am running into this problem while using Forms Authentication. Here is the scenario... After validating the user I set the authentication cookie FormsAuthentication.SetAuthCookie("username|userEmail", false); HttpContext.Current.Response.Redirect("anotherpage.aspx"); On anotherpage.aspx HttpContext.Current.User.Identity.IsAuthenticated ...
Rollover scripts in MasterPage dont seem to work
VB Programmer -
24 Mar 2006 4:05 PM - 1 message
I used Photoshop/Image Ready to create rollover buttons (for a nav menu). They work great. But, when I take the html, including the javascript and put it in a MasterPage, when I view the page (based on the Master) the rollovers don't ...
.NET Debugging Issue
Barbara Alderton -
24 Mar 2006 3:39 PM - 2 messages
VS2003 vb.net 1.1. I'm working on a fairly substantial web app. When going into the debugger, I get "Run-time exception thrown : System.ArgumentException - Cannot find the method on the object instance" on properties that I should be able to ...
Have function return SqlDatReader and then read results. How?
D. Shane Fowlkes -
24 Mar 2006 3:32 PM - 5 messages
Up until now, I've always had my functions return integers, strings, or booleans. Now, I've (hopefully) written a function to return a 2 column, single row datareader. Assuming I did this correctly (the function), how could I look at the results of the function in page_load and get the values? ...
Crystal Reports Alternatives
John -
24 Mar 2006 3:31 PM - 4 messages
Does anyone have any suggestions on alternative reporting programs besides Crystal Reports. Which ones are the best? Thanks, John ...
Intelisense for Custom Controls in VS2005
Natan Vivo -
24 Mar 2006 3:14 PM - 1 message
Hi. I have a Solution here that contains 3 DLLs and a WebSite. In one of the dlls I have some custom server controls (extending Control mostly). I have mapped them in web.config (system.web \ pages \ controls \ add) and they work ok with my prefixes, but Intelisense doesn't. ...
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
kuladeep.mohan -
24 Mar 2006 3:09 PM - 1 message
Hi I am trying to consume a web service from asp.net web page through HTTP POST method and I am getting the following error message "System.Net.WebException: The remote server returned an error: (500) Internal Server Error." I have been searchign the web and followed all the options which worked ...
Once logon, the web application returs to login page again
Maurizio Poletto -
24 Mar 2006 2:52 PM - 2 messages
Hi, In my Web Application I have windows authenthication logon. Once I logon, the Web Application works fine beucase it redirects to the invoked web page. But just I click on this page everywhere, the Web app returns to login page ...
Static Functions and Thread Safety. How does it work?
WebMatrix -
24 Mar 2006 2:51 PM - 7 messages
Hello, It might seem like a stupid question to some. But I need to put this issue to rest once and for all, since it keeps coming up in code reviews every now and then. There’s a static function in business logic class invoked by a Web ...
Operations error
Tomas -
24 Mar 2006 2:17 PM - 6 messages
I'm trying in ASP.NET web page load user accounts from active directory. When I'm developing on local web server it works. I'm using authentication mode=windows and identity impersonate=true When I put page and DLL on server I get COMException. I try to run it on ...
save send email as file
Marc Hoeijmans -
24 Mar 2006 1:55 PM - 2 messages
Hi, We like to save the emails we send as textfile on a file server. I want to use the System. Web.Mail class for sending the email. The question is how can i save the message as file. I have tried to use the msgMail.ToString() method ...
How to build a distributed web service
Charles Hall -
24 Mar 2006 1:45 PM - 1 message
I've successfully built a web service which interacts with my company's document management system through it's supplied API. All works fine, except I now want to make the service more "distributed". Our document management architecture means that we have several document libraries spread across different sites. For performance reasons, I want to host an instance of the web service at each site, so that it can handle any requests to manage documents in the library it's closest too. I want to build into the web service a mechanism for passing the incoming request to a "sister", if it knows that the request was for manipulating a document in a library it's not close to. This logic must be in the web service itself, not any of the consuming applications. ...
SImple TARGET tag question ?
serge calderara -
24 Mar 2006 1:40 PM - 1 message
Dear all, I have an application which is based on a FrameSet : a banner part, a Left part and a center part. I have a calendar control which is placed on a WebForm, displayed on the Left part of FrameSet. ...
Print Preview 'Headers'
Evan Camilleri -
24 Mar 2006 1:28 PM - 8 messages
I have a datagrid with headers. I managed to 'freeze' the headers OK and then one can scroll to see contents. I would like to be able to print this list by re-prinitng the headers on each page. ...
ReportViewer Authenication
Terry -
24 Mar 2006 1:07 PM - 2 messages
When REPORT.ASPX is called from DEFAULT.ASPX, we are unable to obtain the user userid 'IPC\JOHNDOE' information so that the ReportViewer may display only information pretaining to that user. When we launch DEFAULT.ASPX, we are able to see the user id. ...
dymanic <asp:button> shenanigans
CharlesA -
24 Mar 2006 12:17 PM - 2 messages
Hi folks, first off, I'm using Framwork 1.1 with ASP.net and C# I'm trying to do something quite basic and can't figure out why it won't behave without going into massive details I want a button on an .aspx page have ...
Re: How to transfer files via FTP under .net?
rajivpopat -
24 Mar 2006 11:32 AM - 1 message
Hmm... did you say Web Service?? Why not send the file as MTOM attachment - using a byte array? If the client that consumes the web service is a smart client / winform application it would be a quick and fit solution. ...
Using BinaryWrite to output PDF to IE
Alec MacLean -
24 Mar 2006 11:08 AM - 6 messages
Hi, I've created a small application for our company extranet (staff bulletins) that outputs a list of links to PDF's that are stored in a SQL table. The user clicks a link and the PDF is loaded into a new browser window. ...
Regarding An Error
Amrit -
24 Mar 2006 11:04 AM - 1 message
Server Error in '/UAEmail' Application.
-------------------------------------------------------------------------------- Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls ...
Localization
Bruno Alexandre -
24 Mar 2006 10:47 AM - 1 message
Hi Guys, I'm driving crazy here with Localization issue, this is what I have now: masterpage.master - with some asp:linkbutton like this: <asp:LinkButton PostBackUrl="~/login/Default.aspx" ID="lnkLogout" Default.aspx - with some labels and Dropdowns for Login propose and in ...
Rights to load data into Crystal Report...
den 2005 -
24 Mar 2006 9:59 AM - 4 messages
Hi everybody, When I place data field into crystal report and then run the web application, it causes error with a message: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about ...
Help on error : Invalid path for child request ???
serge calderara -
24 Mar 2006 8:51 AM - 4 messages
Dear all, I have an ASP 1.1 application wchich need to extract data of a particular selected day by users. When day has been selected from a calendar control the following code is run : Server.Transfer("ReelDay.aspx?day=" & m_day.ToString) ...
Migrate ASP 3.0 applications to ASP.NET
VS -
24 Mar 2006 8:38 AM - 4 messages
I would like to know that is there any need to Migrate ASP 3.0 applications to ASP.NET Is there any Cease or end of lifecycle of products on ASP 3.0 and associated web based products announced by Microsoft, I have tried across all Microsoft ...
Adding multiple controls to Item Template column of Grid at Runtim
Abhishek -
24 Mar 2006 8:37 AM - 2 messages
I am creating a Datagrid at runtime and I have to create all the columns of grid at runtime... I am facing problem in the item template column. Here I want to place more than one control... For example Suppose there is a ...
Master Details Data on web forms
SwatSoftwareDev -
24 Mar 2006 7:29 AM - 1 message
Hi all, I have Master-Details-Details type of data i. e. every row of details table is attached with multiple rows of third table. What is the best approach (performance wise) to show this kind of Master Details Data on web forms ? ...
asp.net 2 web templates
steve -
24 Mar 2006 5:34 AM - 4 messages
Hi All I need to know the best place to buy or get asp.net 2 web templates The ones from microsoft on aspnet are OK but I would like to see a bigger choice I am no good at the graphical side of web design so it would be good to get ...
Binaries and installers
CuriousGeorge -
24 Mar 2006 1:17 AM - 4 messages
I recently upgraded an ASP.Net 1.1 app to .Net 2.0 and am now struggling with the different binary system used. Previously a binary was created in the bin subfolder of my ASP.Net app. I could add that binary to my ...
ASP.NET Profile Provider benefits and pitfalls?
va -
24 Mar 2006 12:36 AM - 1 message
I realize that ASP.NET profile provider is used to create a strongly typed storage of data that can be used like Session variables but can survive beyond sessions. In my ASP.NET 2.0 application, I am thinking of using the ASP.NET profile ...
ASP.Net 2.0 project root question
Iulian -
24 Mar 2006 12:32 AM - 3 messages
I have a question regarding the asp.net project setup. I created a very simple project located here: c:\web sites\test\ When it runs it runs here: http://localhost:1315/test/Default.aspx In Default.aspx if I put a link that refers to "~/login.aspx" or ...
Active Directory LDAP Authentication Fails in IIS 6
P Webster -
23 Mar 2006 11:54 PM - 3 messages
We recently moved a web site that validated user credentials in Active Directory from IIS 5.1 to IIS 6, and the validation code no longer works. The web.config file is set to Windows authentication because all we do is ...
Sending Email via Exchange Server from ASP.NET
Gilbert Cheung -
23 Mar 2006 11:01 PM - 2 messages
Hello. I am writing a website for my company. There is a sign-up form that requires us to send a confirmation email to our customer. Our company uses Exchange Server 2000 as our mail server. We decided not to implement any smtp server ...
IDE/Debugger Extremely Slow
DCC-700 -
23 Mar 2006 10:34 PM - 6 messages
I am running VB for ASP.Net in VS.Net 2003 and am experiencing extremely slow response in the ide at times and the debugger. Below is additional detail on the problem. Any thoughts are much appreciated. VS.Net IDE Extremely Slow ...
missing identifier ?
Jon Paal -
23 Mar 2006 10:00 PM - 3 messages
what's missing here ? Compiler Error Message: BC30203: Identifier expected. Source Error: Line 11 Line 9: Public Class GetVol Line 10: Line 11: Private Shared<DllImport("kernel32.dll")> _ ...
WindowsTokenRoleProvider Anyone?
progrock -
23 Mar 2006 9:41 PM - 1 message
Hey All, I'm attempting to put together a "secure" ASP.NET 2.0 application with one requirement that has given me a bit of grief: In a nutshell, if the user's session expires then they should be forced to ...
XML Documentation in ASP.NET web sites
gzinger -
23 Mar 2006 9:37 PM - 11 messages
Since I never seen the following question answered, I am re-posting it: Hi Im using ASP.NET 2 with C# in codebehind files and Visual Studio 2005 Team Edition. I have embedded lots of XML Documentation (<summary>,<see>,etc) into my ...
SetAuthCookie works some times and fails some times?
mavrick_101 -
23 Mar 2006 9:24 PM - 1 message
I have a login page and after validating user credentials I set the FormsAuthentication.SetAuthCookie(username,false); and then redirect the user to a different page. This works often but some times it doesn't work. I checked the cookies for ...
Checkbox and dropdownlist row in repeater row
RichardH -
23 Mar 2006 8:49 PM - 3 messages
Hi, I have x number of table rows that all should have a checkbox and a dropdownlist on each row. The checkbox could be checked and the dropdown should contain y number of values that are related to the row. I can't find a ...
need example of how to get assembly info
Jon Paal -
23 Mar 2006 8:32 PM - 2 messages
Trying to get assembly and hard drive info any working examples in vb available ? I couldn;t find any examples for assembly info. I tried this for hd info but no success. Imports System.Management .... Public Shared Function Volume(ByVal strDriveLetter As String) As String ...
What if cookie are disabled?
Andrea -
23 Mar 2006 7:37 PM - 4 messages
I noticed that if cookie is disabled, unfortunately adding cookie to the collection doesn't trap any error, and this is really good for some aspects, because it's impossibile to understand that since next time you use the cookie. ...
Trusting Assemblies Problem
Stephen -
23 Mar 2006 7:17 PM - 1 message
Hi all, I have an issue with trusting assemblies, I have a console app and which I have transferred to a server and use a batch file to run the exe. I have figured out that I need to trust the .exe for it to run on the server. ...
Question Framework 1.1 & 2.0
Matías -
23 Mar 2006 7:15 PM - 4 messages
If I have installed both versions of the framework, can I say to may application use 1.1 or 2.0 or when I run the applicacion will use the higher version???? ...
Single or multiple thread?
Andrea -
23 Mar 2006 6:52 PM - 3 messages
Suppose a base class like partial class X : Page ... and a class A that is called from class X somewhere along the code. I'm not able to understand if for each user connected to the web site, a thread is created and so every call to class A stay in different thread or ...
GridView formatting rows/columns question
J055 -
23 Mar 2006 6:47 PM - 3 messages
Hi I've been looking into different ways of formatting columns/rows in the GridView control. I realize now, I think, that once the datasource is bound to the control the original column type information is lost, i.e. converted ...
script tag generating error
zino -
23 Mar 2006 6:47 PM - 3 messages
on windows XP and visual studio 2005, I cannot load a javascript or a style sheet file. when I try to run the aspx page I get a client side runtime error stating: " A Runtime error has occurred Do you wish to debug? ...
Making My first ASP.Net Web Application.
Husam -
23 Mar 2006 6:41 PM - 3 messages
Hi EveryBody: I am trying to make A new project by using Vb.Net 2003 every time I tried to open New ASP.Net Web application I got This message: Visual Studio.Net Has detected that the Specified Web server is not running ...
SqlDataSource
Victor Rodriguez -
23 Mar 2006 6:37 PM - 4 messages
Is it possible to add records and edit records by hand using code on a SqlDataSource and then save it on the server? thanks, Victor ...
URL Rewriting: site.com/bandname
musosdev -
23 Mar 2006 6:13 PM - 2 messages
Hi guys I want to create a situation whereby users can use a band name to access a data page. So.. site.com/bandname actually goes to site.com/music/artist.aspx?id=100 I currently do this by having loads of directories, but that means loads of ...
javascript library functions not loaded after going from cookieless to cookies?
Liam -
23 Mar 2006 6:12 PM - 2 messages
We recently decided to go from cookieless to cookies, changing web.config to read cookieless=false. Since making that change, I've noticed that javascript functions kept in included libraries are not available. They'd been working for over a ...
Microsoft Caching Application Block w/ Web Farm
Kevin Burrowes -
23 Mar 2006 5:51 PM - 2 messages
I need to implement caching for a large enterprise application and we are planning to use the newest Caching Application Blocks. (Enterprise Library Jan. 2006) We want to cache Business Entities (DTO's) at the service layer and have a ...
.Net framework 2.0 and IIS
Good -
23 Mar 2006 5:38 PM - 2 messages
Will the normal ASP program which doesn't use .NET framework after we install .NET framework 2.0? Thanks. ...
Response.TransmitFile and Action Canceled page
mgalvez -
23 Mar 2006 5:29 PM - 3 messages
I'm developing an interface that sends a file to the client. it works but the client also gets an "Action canceled" page (IE) how can I remove this page? or display the application home page? thank you! the conde is in the Page_Load sub: ...
Question on building projects using VS .NET
Diffident -
23 Mar 2006 5:27 PM - 1 message
Hello All, I have a question as to why my users are noticing error when I am building the project on the production system. Here is the problem's background. In order to build the project on the production system, I use the Visual ...
ASP.NET Dynamic Gridview Question
Bishop -
23 Mar 2006 5:06 PM - 4 messages
I have a number of simple select queries that a user needs to be able to execute and display the data on the screen in a gridview. My thought was that I could use a Gridview set to dymanically generate columns and bound to ...
Re: The data is invalid - windows media player error
adiel_g -
23 Mar 2006 4:37 PM - 1 message
Update: The error when testing on system with Windows Media Player Version 7.10.00.3077 is "The data is invalid" The error when testing on system with Windows Media Player Version 10.00.00.3700 is "Windows Media Player cannot play the file. The ...
IIS ASP.NET 2.0 Bug
Chip -
23 Mar 2006 4:33 PM - 10 messages
Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I obviously need to figure out a work ...
EventArgs e
clickon -
23 Mar 2006 4:32 PM - 4 messages
You have to put it in every event handler, and i have seen it used but i can't work out what it is, what it does and why it's there. Could someone point me to an explanation because i really havn't been able to find one. ...
Asp.Net 2.0 Bug
Amelyan -
23 Mar 2006 4:04 PM - 6 messages
My testers getting this exception 1% of the time they click button on the page. This happens in both IE6.0 and FireFox1.5. Any ideas? System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> ...
Disabling controls on aspx pages
Fred Flintstone -
23 Mar 2006 4:01 PM - 3 messages
I'm a bit confused about something. I have an aspx page populated with dynamic controls; textboxes, labels, radios and so on. On the page is a Yes/No radio combination and 3 textboxes. The textboxes are ...
User Registration
Matt -
23 Mar 2006 3:57 PM - 1 message
Does anyone have a small ASP.NET and SQL layout they would share to include registration of of users from around the world? I need to update our registration process to be global instead of just US and I want to make sure I get the table expanded correctly and capture the necessary address information. ...
getting "Validation of viewstate MAC failed" error
aaaaaa -
23 Mar 2006 3:40 PM - 2 messages
running a crystal (v10) reporting app on a virtual web server and getting the "Validation of viewstate MAC failed...." error when opening the crystal viewer. Any help please!!! ...
Printing a thermal label
Beginner -
23 Mar 2006 3:23 PM - 3 messages
I have to print a Fedex shipping label on a Zebra(thermal) printer. I initially had the label information in a base64 string which I decoded into a memory stream. Now I need to send this memory stream to a thermal/label ...
ASP.NET 2.0 Intranet starter kit
Darko Konrad -
23 Mar 2006 3:16 PM - 5 messages
hi guys, i'm about to build an companies intranet portal and i saw on couple of pages that there has been an intranet SK available for VS 2005 beta. In my version of VS2005 i cannot find it any more and on asp.net site neither. since i saw ...
Update Databound controls within a DetailsView TemplateField
clickon -
23 Mar 2006 2:52 PM - 6 messages
This is driving me nuts, it is such a simply thing to do but i cannot for the life of me work out how you are suposed to do it. I want to update the data in DropDownListB based on what is selected in DropDownListA. I am not trying ...
Login.aspx
Ahmed Hashish -
23 Mar 2006 2:24 PM - 2 messages
I have an asp.net (2005) application using forms authentication. It has a simple login page (login.aspx) that uses FormsAuthentication.RedirectFromLoginPage the problem is that the redirect url always points to the default.aspx although I don't have default.aspx in my web application. ...
Need same viewstate for same page across multiple servers
Punisher -
23 Mar 2006 2:05 PM - 2 messages
Is this possible? We have 7 webservers servering up the same content, but each has a different viewstate. How can we make them all have the same one? ...
NET RUNTIME CRASH ON WIN2K, IIS 5.0
Les Bell -
23 Mar 2006 1:46 PM - 2 messages
I have a problem similar to that described on [link] ...
Help on mavigation bar ???
serge calderara -
23 Mar 2006 1:40 PM - 4 messages
Dear all, I have an asp application which is based on different framset with separate banner area. I would like to build on the banner area a kind aof menu sitch board to go to different places... After a user click on a particular menu, I need to show to use the current ...
Can't detatch user instance
ad -
23 Mar 2006 1:27 PM - 1 message
I use a .mdf file as user instance of my Web Application. The file is c:\mydb.mdf I connect the .mdf file with AttachDBFile, and then I want to detach the file, I use the stored procedure: sp_detach_db 'c:\mydb.mdf' ...
Atlas "UpdatePanel" just refreshing the page
Martin Russ -
23 Mar 2006 1:26 PM - 2 messages
Hi, Playing around with Atlas (March CTP). I have a block of tables followed by a timercontrol that is supposed to update an UpdatePanel for the date/time. The timercontrol is working great, but the whole page flickers when the ...
| |||||||||||||||||||||||