|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
What Control?
Paul Smith -
10 Dec 2005 11:36 PM - 2 messages
I have fathomed out how to create a DataSet that contains a record with various fields. Okay maybe I should be using a DataView but I have not got that far yet. I now wish to display the various fields of this record at different places ...
a Clean way to Add Macromedia Flash
Dave Johnson -
10 Dec 2005 10:55 PM - 3 messages
while developing an asp.net 1.1 project "Online Cinema Reservation System" I would like guidance to how to add a Macromedia Flash inside my asp.net pages, is there a clean way to do this? i used to make it in ...
ASP.NET 2.0 Calendar SelectedDateStyle
Hardy Wang -
10 Dec 2005 10:25 PM - 1 message
Hi All, I have a calendar control in my web form, <asp:Calendar ID="cal" runat="server" BorderStyle="Groove" ShowGridLines="True"> ...
Connection login control with the backend db
John -
10 Dec 2005 10:16 PM - 1 message
Hi I have placed a login control on a web form. When I run the webform and click on the login button with dummy username & password, I get the following error; Exception Details: System.Data.SqlClient.SqlException: Cannot open user ...
registration benefits?
Lisa Calla -
10 Dec 2005 9:35 PM - 2 messages
I'm trying to download the Corbis Image Suite from benefits portal (https://connect.microsoft.com). When I click the download link, I get a msgbox asking if I want to allow both secure an not secure items on the next page, click ok, then nothing ...
Problem creating a Bitmap from an IO.FileStream
Nathan Sokalski -
10 Dec 2005 8:29 PM - 8 messages
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving, the other in which I close the FileStream afterwards, although both return the same error. Here are the two versions of the code and the errors they each return (NOTE: I rebooted immediately before running each of these versions so that I knew they were run under exactly the same conditions, I think the FileStream gets left open because the error occurs before I can close it): ...
web folder problem..Please advice. *super urgent*
Daniel -
10 Dec 2005 8:21 PM - 3 messages
Hi, I want to learn on how to open a excel file in web form (excel source is from server web folder). When i close the web form, it prompt out a msg to ackowledge me the content of the file has been changed and ask me save. After ...
Login failed for user 'NT AUTHORITY\SYSTEM'.
micky -
10 Dec 2005 8:09 PM - 3 messages
i use database in app_Data ...*.mdf file not using sql server .. when i open the database file on visual studio 2005 there is error occur like below. =========================================================== Cannot open user default database. Login failed. Login failed for user 'NT AUTHORITY\SYSTEM'. ...
session question
rodchar -
10 Dec 2005 7:16 PM - 3 messages
hey all, other than hitting the refresh button, is there a way to reset session timeout thru code? thanks, rodchar ...
Handling requests that have a long response time
SJ -
10 Dec 2005 7:11 PM - 4 messages
I have a request to the server that could take upto 10 mins to come back and display the results. I want to either a) Redirect to a new "Please wait" page till the processing is done, then redirect back to the results page , or ...
How to know which element was selected in a repeater?
Hans Merkl -
10 Dec 2005 5:55 PM - 2 messages
Hi, I must be missing something here. In a DataList and DataGrid I can use the property DataKeys to identify the selected element and get to its values. But I can't find a way to do the same in a Repeater. ...
Need a stress test tool
Mardy -
10 Dec 2005 5:53 PM - 3 messages
I need to stress test an asp.net application but I don't have the Microsoft Application Center Test tool. Does anybody know of a good FREE tool that I can use to stress test my application? Thanks ...
With 30 minutes "work" millionaire?!?
With 30 minutes "work" millionaire?!? -
10 Dec 2005 4:51 PM - 1 message
With 30 minutes "work" millionaire?!? store / copy this text or site, before the administrator could remove this letter. You start this program quickly and simply NO RISK!! 100% SERIOUSLY and LEGAL!! Your dreams can be true!! Very honored friend, You have now just the probably best chance of your life to earn really ...
With 30 minutes "work" millionaire?!?With 30 minutes "work" millionaire?!?
With 30 minutes "work" millionaire?!? -
10 Dec 2005 4:51 PM - 1 message
With 30 minutes "work" millionaire?!? store / copy this text or site, before the administrator could remove this letter. You start this program quickly and simply NO RISK!! 100% SERIOUSLY and LEGAL!! Your dreams can be true!! Very honored friend, You have now just the probably best chance of your life to earn really ...
With 30 minutes "work" millionaire?!?
With 30 minutes "work" millionaire?!? -
10 Dec 2005 4:51 PM - 1 message
With 30 minutes "work" millionaire?!? store / copy this text or site, before the administrator could remove this letter. You start this program quickly and simply NO RISK!! 100% SERIOUSLY and LEGAL!! Your dreams can be true!! Very honored friend, You have now just the probably best chance of your life to earn really ...
Beginner Question
James T. -
10 Dec 2005 2:17 PM - 2 messages
Hello! How I can definie a public property containing an array of Datarows? Any code sample would be fine.. Thanks! James ...
How to download a file with asp.net 1.1
Mark -
10 Dec 2005 1:18 PM - 1 message
Hi I have a file upload/download web app - it uploads great, but my download function doesn't work for SWF files. If I type the complete path to them into the browser, and run from there, it works perfect - ...
display image in detailsview
akis -
10 Dec 2005 12:47 PM - 1 message
Hello I have an sqlDaraSourse that retreives 3 collumns name surname picture in the preview I can see the picture but when i bound it with an detailsview instead of the picture i see the text System.Byte[]. What I am doing wrong? ...
The operation has timed-out When calling web service by multithrea
reaway -
10 Dec 2005 12:33 PM - 2 messages
When I call Web Service by mulithread just like the following: public class test { public void Execute() { while(....) { ThreadPool.QueueUserWorkItem(new WaitCallback(DoProcess),request); ...
Could not load type XXXXXXXXXXXXXX from assembly mscorlib
qiang -
10 Dec 2005 11:02 AM - 1 message
Hi everyone, Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when deploying the application into a third-part host. It would be very appreciated if you have known the reason and tell me. ...
CSS Help
Howard -
10 Dec 2005 9:48 AM - 3 messages
The page layout is made up of 3 div tags. see below. I can't figure out how to get this to work.can't set the widths correctly the right block won't display in IE6 but fine in firefox ...
HowTo: Refresh the Page According to Database Update
Dave Johnson -
10 Dec 2005 9:08 AM - 1 message
Here is a Good Question.... How to Update a Page at the Client Browser when the Database gets Updated? here it goes, so please check itout with me.. I thought about getting all the Session Objects that the Application have in the Asp.net Server and i will write my code in the ...
¨D§U¡T¡T
ªL -
10 Dec 2005 8:42 AM - 1 message
´¸¤Ñ½Ð°Ý¤j®a¤@Ó°ÝÃD §Ú·Q¦b.net ¨½ªº textbox ¿é¤J¤@¨Ç ¾ã¼ÆÃþ«¬ªºÈ¡M ...
Ãö¤_¥¿«hªí¹F¦¡
ªL -
10 Dec 2005 8:40 AM - 2 messages
´¸¤Ñ½Ð°Ý¤j®a¤@Ó°ÝÃD §Ú·Q¦b.net ¨½ªº textbox ¿é¤J¤@¨Ç ¾ã¼ÆÃþ«¬ªºÈ¡M ...
Problem using Create User Wizard control
John -
10 Dec 2005 7:32 AM - 4 messages
Hi I am using the Create User Wizard and am getting the 'Password length minimum: 7. Non-alphanumeric characters required: 1.' error when trying to create a new user. What am I doing wrong? Also is there a way to not use security question and answer in the wizard? ...
Add Header To Request (not the response!)
Chad A. Beckner -
10 Dec 2005 7:01 AM - 2 messages
Hi, I am trying to figure out how to add a header to an incoming request in ASP.NET. This is needed because I need to set some header information which ASP (non-DOTNET) uses to process requests. I have looked at the httpmodule ...
Localized pages and change keylayout/Language by code (simulance Alt+Shift )
sastwhc -
10 Dec 2005 6:52 AM - 1 message
sastwhc wrote: Hi As you can see its a stop point,i try find a solution,Let me explain
more, there are many Localized/Globalized or multilanguage sites,in
such sites you can choose the language of the site depend on which
Language is family to you, eg i can underestand english language but as
i do not know any Germany, in a bilangual English/Germany site i change
it to English then i can read it easier,but most of these sites have
not any filling part such as registration page in both language but
some of them the Registration Page change to languages thats supproted
by such sites,i try change my site to a multi language supported site,
i wish there is some can help me. ...
how to send sms messages to mobiles through asp.net application
yoshitha -
10 Dec 2005 6:38 AM - 2 messages
Hi i've to send SMS message to a mobile phone from Pc (using asp.net application) i dont know which namespaces to include and what requirements i need in order to full fill this requirement .. Send messages of up to 160 text characters to any South African ...
BoundColumn wider to avoid wrap?
Randall Parker -
10 Dec 2005 6:33 AM - 2 messages
What setting to use in an Asp:BoundColumn to make it so that the column is wide enough that no cell has contents that wrap to a following line? I want to avoid having rows that are multiple lines high. Does one have to use ...
Problem using login control
John -
10 Dec 2005 6:18 AM - 2 messages
Hi I have placed a login control on a web form. When I run the webform and click on the login button with dummy username & password, I get the following error; Exception Details: System.Data.SqlClient.SqlException: Cannot open user ...
Changing error message in login control
John -
10 Dec 2005 6:08 AM - 1 message
Hi When I click on login control login button without any username and password, it gives me the error 'Your login attempt was not successful. Please try again.'. How can I change this default message to another message of my own? ...
Dynamic template for a delete button in gridview
NateDawg -
10 Dec 2005 5:27 AM - 4 messages
I'm reposting this. I'm kinda in a bind untill i get this figured out, so if anyone has some input it would sure help me out. Ok, I’ve noticed a few gridview problems floating around the forum. Everyone ...
Problem customising login control
John -
10 Dec 2005 5:17 AM - 1 message
Hi I am customising the login control and have assigned an image (far right on the attached image) to the login button. The login button now has a funny white border around it which the assigned image does not have. How can I get ...
javascript parent window URL
semesm22 -
10 Dec 2005 4:11 AM - 1 message
hey all, i am using javascript with ASP.NET, and i what i have done is open up a small pop-up window from a Calendar control that will display the date the user selected....now what i need to do is have a button ...
Login problem
Brad -
10 Dec 2005 12:54 AM - 2 messages
I am having a strange login problem that I have been dealing with for a week and cannot find an answer to. I am about ready to uninstall everything and then reinstall it. I am using Visual Studio 2005 Standard with SQL server 2005 Standard on IIS ...
.NET application switching users (user A is shown user B profile)
Bhaskar -
10 Dec 2005 12:19 AM - 2 messages
I have a serious problem in .NET currently. I am hoping somebody out there can help me. I have a ASP.NET application written in VB.NET and requires the user to log in. I authenticate user using LDAP, so if the user id is active in our ...
Search engine-friendly gridview
Brandon -
10 Dec 2005 12:16 AM - 1 message
Is there a way to make the gridview control search-engine friendly? ie is there a way to make the pager use the querystring instead of session state and javascript? Right now, I'm using a custom-programmed replacement for a gridview that is ...
Using Connection Class VS Connection Module
Dave Johnson -
9 Dec 2005 11:19 PM - 7 messages
Working on Asp.net with access database backend,a serious Question in the Class design phase, for accessing the database; Which is Better to make a Connection Class that handles all the ADO Connections for all the other Objects, OR ...
Conversion of calendar date to shortdatetimes in ASP.net
jagdishl@gmail.com -
9 Dec 2005 10:22 PM - 1 message
Hi: I have used the calendar control to basically input the date and this has to been stored in a SQL server as shortdate datatype.Could this be done directly or do i have to write some conversion functions to do it. ...
Hidden Form Field Value Get?
xenophon -
9 Dec 2005 10:03 PM - 2 messages
I add a Hidden form field to my asp.net page in the codebehind, the Value peoperty is set to 0 and EnableViewState is set to true. Then I add a LiteralControl with JavaScript that says to set the value to 1. ...
is this possible
rodchar -
9 Dec 2005 10:01 PM - 4 messages
hey all, i goto to this vendor's website each month and put in a from and to date and hit the export button and I have my data. is there anyway to automate this process in code like using the WebRequest ...
Accessing NETWORK Drive through ASPNET_USER
dotnettester -
9 Dec 2005 9:55 PM - 4 messages
Hi, I'm trying to read a network drive through ASP.net. This is what I have done. - Create folder on a network machine. - gave ASPNET_User read permssion on the folder. - Mapped a drive to the folder say ('j' drive) ...
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. - Help
jerminator -
9 Dec 2005 9:18 PM - 2 messages
Ok I need some help. Up until Tuesday my application was working fine. It is an asp.net application written in VB. It is very data heavy and makes multiple calls to a database. The application itself sits on an ...
File Read Spanish characters
Chip -
9 Dec 2005 9:08 PM - 4 messages
There is surprisingly little information on the various encoding options for reading a text file. I have what seems to be a very basic issue: I'm reading a text file that includes Spanish characters such as "ñ". When I read the ...
MSDN Subscribers: Did you get your DVD for VS 2005?
VB Programmer -
9 Dec 2005 9:04 PM - 5 messages
I am a MSDN subscriber. Have you guys gotten your dvd for Visual Studio.NET 2005 yet? I haven't. I had to download it from the website. :( ...
using Microsoft Excel image for Export to Excel button
Sridhar -
9 Dec 2005 8:58 PM - 1 message
Hi, I have a export to excel function where it exports the data of a datagrid into the excel sheet. For this, I am using the button and the text on that button reads "Export to Excel". Instead of that I want to create Image Button ...
Programatically change DataSourceID?
Brenden Bixler -
9 Dec 2005 8:57 PM - 4 messages
Using Visual Studio 2005 / ASP.NET 2.0. Newbie to ASP 2.0. I have a GridView and multiple SqlDataSource's on a single page. Each query is vastly different, but the results share a similar column set. Without going into details on the project constraints, I was wondering if it's ...
Verify if Session(hashtable) exists
Carlos Albert -
9 Dec 2005 8:34 PM - 9 messages
Hello everybody, I have SHOULD have a hashtable stored in a Session. How can I verify it such session really exists? I tried to use these sentences but ASP.NET doesn't like them, it says that session("hashtable") is not a string, or boolean... ...
Client-Side Validation
Andre -
9 Dec 2005 8:26 PM - 2 messages
Hi, I try to check a Calendar Controls in my Client-Side Validation... On Server-side it's easy with Calendar.SelectedDate But how can i make this in Client-Side since we cannot put ...
Populating User Control
Joe -
9 Dec 2005 7:19 PM - 4 messages
Hello All, I have a UserControl wwhich consists of one Label and one DropDownList control. I have written a Public methofd to allow me to set the Label's Text property and populate the dropdownlist with listitems. Here's the code: ...
passing the request object to the middle layer
Nalaka -
9 Dec 2005 6:54 PM - 5 messages
Hi, From the "Default.aspx.cs" I call a "someCode.cs"...... What I need to do is have access to the "Request object" in this second code. in the aspx.cs I can access using Request.... Can I access "Request object" in the second file without passing it using a ...
server unavailable error with no messages in event viewer
pphadke -
9 Dec 2005 6:33 PM - 2 messages
I have an application that was originally in asp but is now moved to ASP.Net. To deploy it, I just changed the default file in IIS for the web folder to point to the new aspx file. Occasionally I see a "Server ...
Writing to a file
jennifer1970 -
9 Dec 2005 6:02 PM - 5 messages
I've got some code that uses FileSystem object to write to a file. I am getting an error message that says: Logon failure: unknown user name or bad password. This doesn't make a lot of sense to me, because I have full permissions ...
Not open all solution files?
SJ -
9 Dec 2005 5:47 PM - 3 messages
Is it possible to configure VS .NET so it doesn't open all the files in a solution when I load the solution? -SJ ...
passing a label value from webform(.aspx) page to a vb6 form
Sridhar -
9 Dec 2005 5:41 PM - 5 messages
Hi, I have a vb6 form which has a label on it. When they click on that label it will display the new web form and ask them to fill details. Once they fill details it will give confirmation number. Can i pass this confirmation number ...
Get Total Number Of Pages
paulsmith5 -
9 Dec 2005 5:22 PM - 2 messages
Hi, Given that I have an two integers - firstly the total number of items and secondly the number of items per page what is the syntax to give me the total number of pages. For example if there were 10 items and a ...
Beep
Arne -
9 Dec 2005 5:21 PM - 8 messages
I have noticed that my customer doesn't always read error my error messages. How can I create a beep in the browser? ...
Changing Membership Provider Information
Jay Douglas -
9 Dec 2005 5:20 PM - 1 message
I'm using the standard SqlMembership Provider. I'm able to create the user, get the providerkey and extend the information with a custom table. Creating a user is fine. It's editing the user that is complicated. I have a few questions: ...
http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration
micky -
9 Dec 2005 5:12 PM - 2 messages
Error message is like this....well.. it is not error just message what is it...?? i don't know why it's occur Message 1 Could not find schema information for the element '[link]'. ...
[Visual Studio 2003] - Designer Changing Server-Side Code
Mythran -
9 Dec 2005 5:08 PM - 1 message
I have the following client-side tag with server-side code: <link rel="icon" type="<%=ConfigurationSettings.AppSettings("FavIconType")%>" href="<%=ResolveUrl(String.Empty & ConfigurationSettings.AppSettings("FavIconUrl"))%>" When I switch to the design view, and modify anything on the screen (such as ...
master page
Howard -
9 Dec 2005 4:58 PM - 6 messages
i have a default.master and default.aspx in default.aspx i would like to access a variable in default.master pageTitle public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //pageTitle= "frist page"; ...
Sample usage of ClientScriptManager.RegisterForEventValidation
n33470 -
9 Dec 2005 4:58 PM - 4 messages
Hi all, I have a dropDownList on a web page that is populated by client-side script. I get an error on PostBack of the page. I've seen quite a few posts about this, so I understand the issue, and why it's occurring. I ...
ASP.NET 2.0 References and compiled DLLs changes
WebMatrix -
9 Dec 2005 4:45 PM - 3 messages
Hello, Just created my first ASP.NET 2.0 project with Visual Studio 2005. I see they changed some very important things. So, I have the follwoing questions: 1. How can I view and remove project references. I can add references from ...
Dynamic Loading of Private Assemblies?
Spam Catcher -
9 Dec 2005 4:44 PM - 2 messages
Does anyone have an example on how to dynamically load private assemblies in ASP.NET - like what DotNetNuke does? Do private assemblies have to be in the BIN directory... or can they be located anywhere in the file system? Thanks. ...
master page problem
Support -
9 Dec 2005 4:40 PM - 2 messages
Hello: I have a master page that contains a table with three rows <table height="100%" width="100%"> <tr><td height="100"><td>header</td></tr> ...
Large ASP.NET application architecture.
Wade -
9 Dec 2005 4:39 PM - 2 messages
Hi all, Ok, we are an ASP for environmental tools, and over the last couple years we've moved our systems from ASP to ASP.NET (1.1); in doing so, we decided to create individual applications that can be re-used for different clients. ...
External exe call from asp.met
Gerald -
9 Dec 2005 4:37 PM - 7 messages
Hi Group, I want to execute a vbs file from an aspx page. With no success. For instance, simple script that create a text file with 1 line in it. Works fine from commandline or dblclicking on it. But no luck with asp.net. ...
Pager in GridView Doesn't show First/Last buttons
bdtmike -
9 Dec 2005 4:33 PM - 1 message
I'm using the GridView control and have the Mode of the Pager set to "NumericFirstLast". However, when there are several pages to display, the pager shows only page numbers--and no First/Last buttons. First of all, is this a bug or am I doing something stupid? Secondly, can I ...
Nested Repeater: Can't get it to work in VS 2005
bdtmike -
9 Dec 2005 4:22 PM - 1 message
I'm trying to set up a nested repeater to display master/child data. To do this I'm using 2 repeater controls and I'm using 2 SQLDataSource controls. I'm clear on embeding one repeater inside the other, but I'm ...
help - ASP.NET Server Application Unavailable
s -
9 Dec 2005 4:21 PM - 3 messages
the admin moved the server to a different sub-network. The machine was previously a domain controller and now it is not, therefore active directory was removed and so was the user accounts. I ran regiis -i which created the ...
Can I use VB to contol ActiveX for .NET site?
Frank -
9 Dec 2005 4:18 PM - 1 message
Any suggestions on how I should handle this? I was asked to convert a small web application that was written in classic ASP into ASP.NET. The original site uses some VBScript to interface with an ActiveX control, which is contained in a CAB file. ...
Session timeout indefinite
Oleg -
9 Dec 2005 4:07 PM - 2 messages
can I have session timeout set to indefinite? Minding that I run it on 2003 server. Oleg ...
Upload image and then resize it - A generic error occurred in GDI+.
David Lozzi -
9 Dec 2005 4:03 PM - 16 messages
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the path of the uploaded image, and resize it with the provided dimensions. My function is below. The current function is returning an error when run from the upload function: A generic error occurred in GDI+. Not sure what exactly that means. From what I can tell, no one really knows what it means.... Here's my public function ...
Eternal Debate: Cookies vs. Sessions vs. QueryString
Paul -
9 Dec 2005 4:03 PM - 7 messages
Here is a question that should get everyone going. I have an ecommerce site where I need to pass the order_id to every page. So which method is the best practice to pass this variable between pages: Cookies or Session variable or by the HTTP header (either GET querystring or ...
XMLHttpRequest on a MAC's IE browser?
Diffident -
9 Dec 2005 3:47 PM - 4 messages
I am trying to use XMLHttpRequest on the IE browser of a MAC machine. It throws me a javascript error which reads as "Object doesn't support this action" while trying to create an instance of the XMLHttpRequest object using ...
q: sites with flash
JIM.H. -
9 Dec 2005 2:40 PM - 3 messages
Hello, Our web site is developed by someone else and I see they used macromedia flash player. Now sometimes on some computers the text in the flash do not show up, and sometime it asks to download macromedia flash and it starts ...
Data repeater
SimonZ -
9 Dec 2005 2:36 PM - 1 message
I have data repeater. One of the row is defined: <ItemTemplate> <asp:TableCell > <%If viewState("type") = "3" then%> <%# writeLine(DataBinder.Eval(Container.DataItem, ...
Microsoft JET Database Engine (0x80004005) Unspecified error
mamin -
9 Dec 2005 2:04 PM - 1 message
Hi! While running my asp application under Windows 2000 the following error appears: Microsoft JET Database Engine (0x80004005) Unspecified error I've installed MS Jet 4.0 SP1 and MDAC 2.8 SP1 but the problem still exists. As I know it could be the problem with permission, but I'm not sure ...
Accessing components on other pages
CJ -
9 Dec 2005 1:55 PM - 4 messages
I have a page with a bunch of iframes (which make up a tab control). At least one of these iframes contains an aspx page, which in turn contains a .ascx component. This component then contains a datagrid. Is there any way that I can access this datagrid from one of the other ...
Get the account that ASP.NET runs under
Mircea Pleteriu -
9 Dec 2005 1:48 PM - 4 messages
Hi all, How to programatically obtain the account that ASP.NET runs under regardless of what the OS is. Thank you, Mircea ...
Re: Send email message with attachments
Schalkwi -
9 Dec 2005 1:44 PM - 1 message
Hi I get exactly the same problem, using CDO objects, in ASP .NET (but I
get the error when exceeding 100Kb in size). Any ideas here??
--
Schalkwi
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Wizard control default button
Ken Nipper -
9 Dec 2005 1:36 PM - 1 message
In 2.0, is there a way to set the default button to the next button. In this case, the wizard control is used in a content page of a master page. I have tried the "defaultbutton" method, but I cannot for the ...
Create pdf file through https problem
agusayala -
9 Dec 2005 1:24 PM - 2 messages
Hi folks. I have an application that generates and opens pdf files generated by
crystal reports. In my machine works fine (I'm not working with https
here), but when I put this application in the production server (here I
use https) with the physicalpath of the server and when I try to create
the file I have the following problems: ...
ArgumentOutOfRangeException
arujgeorge -
9 Dec 2005 12:56 PM - 2 messages
hi i am getting an error of ArgumentOutOfRangeException after deleting record from the data grid. the code i written is If GridRepair.VisibleRowCount > 0 Then deleteConfirm = MsgBox("Do you want to delete the ...
HTML Forms not working in precompiled version
mma -
9 Dec 2005 12:45 PM - 1 message
Hi everybody, on a aspx page, i have a HTML form that on submit calls the aspx page itself. works fine in asp, in .NET 1.1, non precompiled .Net 2.0. In the precompiled version of the .NET 2.0, the request.form in the ...
Server.transfer errors in .Net 2.0
Fred -
9 Dec 2005 11:34 AM - 2 messages
Why do server.transfer statements in my app. always generate runtime errors like this: A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code ...
encoding nightmare
Danny -
9 Dec 2005 11:08 AM - 7 messages
I am working on a project in which a number of client applications will be posting xml documents as a byte array to an ASP.NET page on our web server. I am trying to simulate the process and run into problems. ...
Is not a valid virtual path
Federico -
9 Dec 2005 10:58 AM - 5 messages
Hi all, today I tried to migrate a website built with framework 1.1 and VS2003 to framework 2.0 and VS2005. When I try to build the site using VS2005, I receive this error message (and the build fails): ...
Please help override property
paulsmith5 -
9 Dec 2005 9:37 AM - 2 messages
Hi, I've never developed in CSharp before and I'm trying to adapt an existing user control written in CSharp. The user control inherits from the DataGridColumn. I'd like for one of my controls properties to override that of the DataGridColumn. Could somebody help with the ...
Why Redraw of the whole page when paginating?
urs -
9 Dec 2005 9:29 AM - 13 messages
Hi, please look at the ASP.NET 2 site [link] (user=prismashop, password=minicooper). Use the ">" Button to go to the next pages. You will notice that the page goes all white every time after pressing ...
How to control default frame pages with form authentication mode?
ABC -
9 Dec 2005 9:25 AM - 3 messages
I have a default page which has two frame pages. On the plan, I expected it will forward to login page which show on one frame page only if the users don't login. In fact, both two frame pages redirect to login page. How ...
Setting a window.ReturnValue from code behind ??
Neal -
9 Dec 2005 9:07 AM - 1 message
Hi All Scenario: Login Dialog (modal) shown on Loading of a WebForm. CodeBehind in Login page, validates User (against an LDAP service) and should then set the window.Returnvalue for the modaldialog. Question is How?? TIA Neal ...
Datagrid to Excel
monalisa -
9 Dec 2005 8:59 AM - 3 messages
I have a Datagrid in ASP.NET , Witch contains employee info and a Dropdownlist and a calendar control. For performance issue, the user wanted to fill this form in Excel, so I need to export the Data to Excel file to be (offline), and create the drop down ...
Exchange 2003
Neven Klofutar -
9 Dec 2005 8:46 AM - 1 message
Hi, I need to read data from Exchange public folders. Can anyone please send me a link, some code or any kind of help about this topic. Thanx, Neven ...
Validationgroups and IValidator problem (ASP.NET 2.0)
A.J. van der Burg -
9 Dec 2005 8:39 AM - 1 message
Hi all, I have a serious problem with asp.net validation: I developed a custom validation summary control, which will lookup error messages from an external source based on the BaseValidator.ErrorMessage property. This validation summary control has a custom method which will add a dummy validator (which ...
Masterpages & Relative Paths
rob -
9 Dec 2005 7:19 AM - 1 message
I have a hosting account where my main path is c:\host\members\myname. On this account I have multiple independent sites. One site is in c:\host\members\myname\site1, another in c:\host\members\myname\site2, etc. Basically, each site is in its own subdirectory. ...
'SQL Server does not exist or access denied
Gomathi -
9 Dec 2005 7:03 AM - 3 messages
I am getting a 'SQL Server does not exist or access denied. ' error when trying to access a SQL Server Database from my local machine. I have the code on the web server and it is working fine. My connection string is fine and I am able to log into SQL Server via ...
Printing problem with aspx...
Smitha Nataraj -
9 Dec 2005 6:47 AM - 2 messages
Hello, Please let me know if you have the solution for a similar kind of problem... Background: I have an aspx page which is used as a report i.e. will be used for printing some information. The page has some text fields, some bulleted ...
Xsl Transform!
Adam Knight -
9 Dec 2005 5:44 AM - 2 messages
Hi all, I am trying to performance an XSL tranform using the code below: The code below is the result of googling..but the transform method is giving me errors. (ASP.NET 1.1) 'load navigation xml file docXml.Load(strXmlUrl) ...
e-books
Nandahu -
9 Dec 2005 5:26 AM - 2 messages
hi, give me list for asp.net using VB.NET free e-books (.pdf format) Thanks & Regards Nandhu ...
| |||||||||||||||||||||||