|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
iFrame ignoring headers
navi -
23 Jul 2005 10:59 PM - 2 messages
I have an iframe in which the source is an aspx page that retrieves a pdf and displays it. Upon page load, it clears the headers and sends the following: Content-Disposition: inline; filename={filename}.pdf ContentType: application/pdf ...
Paging, subsorting issue...
Kevin -
23 Jul 2005 10:19 PM - 1 message
Can anyone point me to a code example where a recordset.absolutepage is sorted independantly of the original recordset. That is; if I populate an ADO recordset with an ORDER BY ListingDate clause, and I need to (subsort) recordset.absolutepage five of my paging on another field, say for example AskingPrice, I'm stuck. ...
date Time variable in c#
AirWalker -
23 Jul 2005 10:00 PM - 6 messages
how do I decalre a variable as a datetime datatype in c# for example a variable called 'x' i've tried private DateTime x, and i've tried system.datetime x but none seem to work does anyone have the solution ...
How to do an editable horizontal datalist/grid ?
Corobori -
23 Jul 2005 9:17 PM - 2 messages
Hi, I have got a datalist which is repeating horizontally: [link] I would like to do something like that where it would display for each client his ads and allow to delete or publish again. ...
DataGrid Edit, Update handler currency column...
cwbp17 -
23 Jul 2005 8:30 PM - 6 messages
Hi all, Have a datagrid that displays the price column of a table. Went to the Datagrid's Property builder and set the 'Data Formatting expression' for the PRICE column to {0:c}, so that the dollar sign, the comma, and the decimal are included (i.e. $44,644.48) ...
Question about <form method="post" action=http://www.site.com>
John Abbler -
23 Jul 2005 6:43 PM - 4 messages
I have a page with a <form method="post" action=[link] that provides functionality for users to enter data, click on an html button, and have the entered data sent to another site. ...
Getting Drillthrough result from pivottable fieldset
kstriyhon -
23 Jul 2005 6:26 PM - 5 messages
i need to get data from a drillthrough result this data is in a pivottable fieldset and i need to retrieve all the values of this fieldset, in order to put them in a string how can i do this?? ...
Help!! I've fallen and I can't reach my ASP 3.0 manual...
Kevin -
23 Jul 2005 5:51 PM - 2 messages
Can anyone point me to a code sample where a single page in an ADO recordset is sorted independantly on a different field. Example: An ADO recordset is populated and sorted on [ListingDate]. I need to sort the 20 records on recordset.absolutepage 5 by let's say [AskingPrice]. This subsort should only sort those 20 records AND maintain the original paging so the user sees the original 20 records in recordset.absolutepage 5 but sorted by [AskingPrice]. Have I explained it OK? ...
Connect SQL to Outlook, similiar to Sharepoint?
David Lozzi -
23 Jul 2005 5:29 PM - 1 message
Hi All, I've run into a dilema. I am currently working on a web (ASP.NET w/ VB) project that will potentially contain 2000 members or so. The staff want to be able to access their information as necessary and email whomever as ...
Retrigger Postback
Chris Kennedy -
23 Jul 2005 5:14 PM - 9 messages
I want to click a button and have it does something before the page reloads. I now realize the page processes the server side event after page loads. Is there any way of triggering the postback twice. I know its a hack..... ...
Need Setup and deployment project examples on VS.NET
Bright -
23 Jul 2005 3:00 PM - 1 message
Hi All, I am trying to build one installer for my WEB C# application, and want to take a look at northwind or duwamish7 installer samples, can anyone know where I can get the sourcecode of northwind or duwamish7, not database? or other ...
HTML Text Box to Server Control
Frank Bishop -
23 Jul 2005 1:37 PM - 3 messages
I have a code snip from 4Guys that uses an html text box name property and I need to use a Web Form control instead. Since the Web Form control does not have the "name" property, how would I do this? Here is the code ...
OK , my dumb question for the day
WebBuilder451 -
23 Jul 2005 1:32 PM - 3 messages
i have a drop down list fill using the following code: If IsPostBack Then 'Put user code to initialize the page here ...
ASP.net + screen saver?
Daniel -
23 Jul 2005 11:11 AM - 2 messages
Hi all, i have a doubt related to the screen saver ability. After developing the asp.net webform, can i add screen saver ability in this webform? which means, i open the asp.net webform, after a few minutes the web form ...
IFrame problem
Steve Peterson -
23 Jul 2005 9:11 AM - 4 messages
Hello I have an .aspx page that has an Iframe that embeds another .aspx page. In the "embedded" .aspx page that is loaded, I have a button. When the user clicks on the button, I do some control validation and a couple of ...
Problems in Cross Tab Query
EDom -
23 Jul 2005 8:23 AM - 2 messages
Hi We are wanting to prepare a report which will show us month wise balances of ledgers. However on preparing the report only those months are showing which actually has transactions, even though I am sending a seperate table with ...
Trouble updating the Datagrid currency(price) column to database
cwbp17 -
23 Jul 2005 5:15 AM - 1 message
Have a datagrid that displays the price column in this format $12,400.00 from a table. Went to the Property Builder of the datagrid and selected the Price column and changed the Data formatting expression to {0:c} ********* Have the following code in the DataGrid1_UpdateCommand event handler ...
Odd HtmlInputFile experience - not streaming data
Joel Barsotti -
22 Jul 2005 11:19 PM - 2 messages
Hi I'm trying to gather data out of a HtmlInputFile control. After this section of code when looking in the debugger, input is still empty. [code] HttpPostedFile MyFile; int FileLen; System.IO.Stream MyStream; MyFile = inputFileControl.PostedFile; FileLen = MyFile.ContentLength; ...
CheckBoxes in DataGrids-- the "checked" attribute not correct after posting page?
Jim Bancroft -
22 Jul 2005 11:02 PM - 5 messages
Hi everyone, I'm using a DataGrid with TemplateColumns. My DataGrid is located in a cell of an asp:Table. I did this so it's positioned correctly onscreen. One of the DataGrid's TemplateColumns is a checkbox. During the page's ...
More than one parameter in DataTextFormatString?
Xerox -
22 Jul 2005 10:18 PM - 2 messages
I want to display items in a list control using DataTextFormatString to format them. The list control is bound to an array of Person objects. I want to format each item as "LASTNAME, Firstname". So would need a format expression like "{0}, {1}" where 0 is Person.Lastname and 1 is ...
Databind # ?
ad -
22 Jul 2005 9:33 PM - 3 messages
I use the code in a .aspx to bind a TextBox.Text to a public varibale Text="<%# sMy %>" If I use Text="<% sMy %>" It will result an error in run time. What is the # meaning ? ...
Multi-select listbox losing selections - answered
zdrakec -
22 Jul 2005 9:33 PM - 1 message
Hello all: Discovered that my values were not all unique for my list items, even though the text was. At selection time, the first item in the list with a value matching the actual selection was being, in fact, selected. A ...
Default Charting/Graph capabilities???
dotnettester -
22 Jul 2005 9:02 PM - 4 messages
Hi, I want to make some graphs in my application and was wondering, if there are any graph/charting libraries available on .net by default? Thnx ...
Using an web page a a template for email on data submit.
antares686 -
22 Jul 2005 8:31 PM - 4 messages
I am trying to figure out if this is possible and how as I have burnt my brain out today. I have an application that submits data to a SQL database and an email is generated for notifications on a portion of that data. I would like to create ...
form closing
bbdobuddy -
22 Jul 2005 8:29 PM - 4 messages
Hi, Is there any event that I can override to capture when a .aspx form closes? Regards bbdobuddy ...
Double Clicking Server Buttons
Jason -
22 Jul 2005 8:14 PM - 3 messages
Is there a way to not allow users to click server button more than once or double clicking it besides trying to disable it in the code behind the first time it is clicked? ...
Multiple web.config files
Craig -
22 Jul 2005 7:57 PM - 2 messages
Hi I have an application which needs to display information in several languages. I want to have the flexibility of web.config, I guess one alternative is resource files; but I don't want to recomplie the application everytime I modify the resource file. Another thing I can implement ...
Multi-select listbox losing selections
zdrakec -
22 Jul 2005 7:51 PM - 1 message
Hello all: Listbox, multiple selectmode, populated at page load time only if page.ispostback = false. User selects several items, then clicks a button to move his selections. At postback time, many of the selections (but not all) are "lost": that is, listbox.item(x).selected = false, ...
How can I get a label's value in a datagrid for a dropdownlist?
needin4mation -
22 Jul 2005 7:51 PM - 2 messages
I have a dropdownlist that I want to default to the proper value in the list. It should be what the current value of the label is before I press edit. Any ideas? ...
How best to determine if running in a development, test, or production mode?
David -
22 Jul 2005 7:43 PM - 4 messages
I want to develop a single web app that will be run in three environments: development, test, and production. The test and prodc. will be on the same machine under different directories. I wish to have same type of file, configuration string, etc. in the root ...
Regex -- Replace "-*?\n" with ""
Brent -
22 Jul 2005 7:27 PM - 5 messages
Take this string: "---------------------------------------- " (i.e., hyphens followed by a newline ) I thought I could match it simply with this Regex: "-*?\n" (my interpretation: one or more of "-" followed by a newline) But when I run it, it seems to match all newlines, regardless of being ...
Rewrite asp url as aspx url?
T -
22 Jul 2005 7:15 PM - 6 messages
Hi group, I'm trying to create a temporary replacement scheme for a particular url that gets generated all over an existing app. It would be very difficult to find every spot where the url gets created. So I'm thinking of doing a url ...
Share a printer on a remote terminal
Chris -
22 Jul 2005 7:10 PM - 1 message
I have 3 remote Wyse 3360 terminals all sitting next to each other. There is a printer connected to one of them. I need to share it so that those 3 terminals all printer to that one printer. How do I go about ...
button and post back
bbdobuddy -
22 Jul 2005 6:49 PM - 5 messages
Hi, Is there a way that when a button is clicked that it will run code without doing a post back? I have a button that when it is clicked a message box pops up from the javascript event onbeforeunload. ...
ASP.NET Querying a database
Mark Thomson -
22 Jul 2005 6:36 PM - 2 messages
In my .aspx file i have: <form runat="server"> <asp:GridView ID="GridView1" DataSourceID="SqlDataSource1" runat="server"/> <asp:SqlDataSource ID="SqlDataSource1" runat="server" SelectCommand="select authorname from authors where authorid = authorid" ...
ASP.NET 2 Tag Resolution
Chris Welch -
22 Jul 2005 6:35 PM - 2 messages
Interesting problem. I've begun working with my master page in ASP.NET 2, and I wanted to be able set my <title> tag as an HTML control. So, after making the necessary changes to the tag, I went into the code ...
static variable in Global.asax, Application_Start assignment of it, and a background thread.
Marc Missire -
22 Jul 2005 6:18 PM - 4 messages
Hi, I have an issue below I'd love help with, involving a static variable, Application_Start, and a background thread. In global.asax.cs I have a static variable (outside any method) with a default value, such as: private static string serverName = string.Empty; ...
Enter Key on Form
chuckdfoster -
22 Jul 2005 6:10 PM - 3 messages
I have a form that with a datagrid with textboxes and a submit button. When the user is in a textbox and they hit enter to try to go to a different line, instead they submit the form before they are done entering their data. ...
I lost the state of myDataSet.HasChanges between diferents events
Evelin -
22 Jul 2005 5:41 PM - 1 message
Hi, I use ASP.NET and my problem is I´ve two buttons, a dataSet, a dataGrid and a sqlDataAdpater, I use sqlDataAdapter.fill(dataSet,"dbTable"), then when when the user press the first button, I add a row to a dataSet, but not to the dataBase. ...
Check box in DataGrid
SAI -
22 Jul 2005 5:37 PM - 3 messages
How to add CheckBox in DataGrid? any example code? thanks. ...
Using Delphi DLL from VB.NET
Ricardo Magalhaes -
22 Jul 2005 5:34 PM - 5 messages
Hi I need to call Delphi DLL from my VB.NET application. I try to add a reference into my Visual Studio Solution but an error occurs saying that it must be an COM DLL. I have many Delphi DLL from an old application and to rewrite then I will ...
IPostBackEventHandler not passing event argument
Mike -
22 Jul 2005 5:26 PM - 12 messages
I have done this many times but for some reason it's not working, the raise postback event fires but the eventArgument passed to it is empty. This is a simple custom control that implements IPostBackEventHandler and I get the href for the a tag using ...
Expression Validator
CsaaGuy -
22 Jul 2005 5:03 PM - 3 messages
Hi, I have recieved some very good feedback here so thanks. Of course something else has come up. My form is working fine, but i have to do some data validation. So i put a regular expresson validator on the ...
GUI interface in IE ---to that in FireFox
red60man -
22 Jul 2005 5:00 PM - 2 messages
i have a web page designed in asp.net for IE ... but when it is opened in a Firefox browser the controls do not show up in the exact location... rather one contro overlaps over the other... why is it happening?? ...
Merging datasets for datagrid not working
.Net Sports -
22 Jul 2005 4:33 PM - 1 message
I'm trying to merge two datasets to be available for use in a datagrid. But using this with the Merge method in my codebehind: daB = new SqlDataAdapter(strSQLB, objConn); dsB = new DataSet( ); daB.Fill(dsB); dsA.Merge(dsB); is creating this error on my datagrid page: ...
Setting a QueryString for a startup page
Nobody -
22 Jul 2005 4:30 PM - 4 messages
Hi -- I'm developing an ASP.NET application in VS.NET and I want the startup page to read in some parameters from a querystring. But I can't figure out where to set the querystring. I thought it was in the ...
hide IE toolbars
Jamie Schwinn -
22 Jul 2005 4:30 PM - 2 messages
I'm building a web app in asp.net and I'd like to have the IE window hide all of it's toolbars and run with just the title bar showing when the user browses to my internal intranet web app. I know this functionality is ...
return logged in user name
Chris Kettenbach -
22 Jul 2005 4:17 PM - 4 messages
Good Morning, I have an asp.net app where I want users to be able to update a database. I want to automatically pass the logged in persons name to the database as well. In a vbscript file I can do this easily. How do I do something ...
Very Puzzled, Please Help
schiefaw -
22 Jul 2005 4:10 PM - 4 messages
Hello, I am developing a web application that contains a very complicated and data intensive page. The application has been tested and deployed, but now we are seeing problems. Some form elements (drop-downs) are blanking out during the trip to the ...
Special Characters and TEXTBOX
dotnettester -
22 Jul 2005 3:45 PM - 4 messages
I have a text box and I want to let the users insert HTML Tags in the tags. It does not work and breaks if there are any HTML Tags inside the text. Is there any way I can enable HTML tags to be part of the input text? ...
setting up roles?
Paul -
22 Jul 2005 3:45 PM - 3 messages
HI I am looking at some C# code that seems to change a display based on user roles, below is a small part of the code. public bool IsInQCCRole() { return User.IsInRole(this.WebServer + "\\QCC"); } Anyhow I want to test it and set different role levels and am currently ...
Problem with a DataRow in Session
sdettmers -
22 Jul 2005 3:42 PM - 6 messages
Hi, Database: SQL Server Session: SQL Server Language: C# Application: ASP.Net I have created a login page which attempts to retrieve the users record from the database and I store the validated users DataRow into Session ...
Forms authorization cookie always set to expire in 2055?
Amil -
22 Jul 2005 3:33 PM - 5 messages
I'm using Forms authorization. In my <forms> section I have timeout="30", but when I examine the cookie, it shows it expiring in 2055? Why? <authentication mode="Forms"> <forms ...
Best ASP.NET development environment
Jassim Rahma -
22 Jul 2005 2:43 PM - 4 messages
What is the Best ASP.NET development environment? i am now using macromedia HomeSite for ASP.. Many Thanks, Jassim Rahma *** Sent via Developersdex [link] *** ...
asp.net worker process grow tremendously
LBT -
22 Jul 2005 2:32 PM - 5 messages
Hi experts, I have an application which will retrieve data from database and extract the data to Excel file. My working mechanism is to create a while loop to loop at every criteria/key which will execute a MSSQL stored procedure to retrieve the data based on ...
dsoFile Summary Updates in ASP.Net
Bill Alexander -
22 Jul 2005 2:21 PM - 4 messages
I'm having trouble with updating general fields (Title, Autor Suject, etc.) in the summary of documents located on our Intranet. I've downloaded the FilePropDemoVB7 example ([link]) and even tried modifing it to make the changes to my local files and I get the same ...
Can I have base class derived from System.Web.UI.Page have design
rgrandidier -
22 Jul 2005 2:15 PM - 5 messages
I have already created a base class that incorporates common functionlity into my ASP.Net application, what I want to do is have it have a design time interface where I can show it in VS IDE. Specifically I have HTML that ...
SendingEMail
gh -
22 Jul 2005 2:05 PM - 3 messages
I have an ASP.NET web app that I am trying to sens an email from. I use the code below to send it. mailMsg := MailMessage.Create; mailMsg.From := self.Session['SMTPADDRESS'].ToString; ...
Form events
bbdobuddy -
22 Jul 2005 1:46 PM - 2 messages
Hi, I have an ASP.net application that has some javascript written for the onbeforeunload event which asks the user if they want to save changes before they leave. However, there is a problem with this because if I click the ...
ASP.NET v2 Menu StaticItemTemplate
benjamin.soulier -
22 Jul 2005 12:43 PM - 1 message
Hello to everybody, I Wanted to know if anyone get an item in <asp:menu> to be selected, defining display of items using StaticItemTemplate. I thought specifying a css class for StaticSelected or StaticItemSelected should work, but even using standart parameter of styles within the object, ...
newbie: debugging on server (not localhost)
Jeff -
22 Jul 2005 12:23 PM - 1 message
OS: XP pro sp2 IDE VS.NET 2003 I have developed and web application.. tested (tested on C\Inetpub\wwwroot\) it and it seems to be working... So I uploaded the web application to an server so I could test how the application responded on a live server (as ...
Clientside Validation in UserControls
MattC -
22 Jul 2005 12:16 PM - 2 messages
I have a user control that contains several requiredFieldValidators. The page the control sits in has other RequiredFieldValidators. On submitting the form all the validators on the page fire and correctly validate. The validators in the control seem to validate but do not return true/IsValid as ...
Streaming a word doc to the browser...
Stu -
22 Jul 2005 12:00 PM - 3 messages
Hi, I have a Word document that is stored outside of the virtual server and I need to send it to the browser. I have tried using the code below (which seemed a little too simplistic!). The browser pops open a dialogue asking to ...
Screenresolution written in database using only 1 page.
IkBenHet -
22 Jul 2005 11:20 AM - 2 messages
Aldo it is something very simpel, it is not easy to find good information on this subject. For the moment we have only 1 ASP.NET page and we want that if vistors access it, this visit is logged into a database. Because we are ...
Uploading file more than 3 MB
Chris Zopers -
22 Jul 2005 10:36 AM - 2 messages
Hello, I've made some functionality where a user can upload files to our server through an ASP.NET page. For selecting the file, I use the <input: type=file> tag. For files that are less than 3 MB everything works just ...
IsReuseable
gary -
22 Jul 2005 9:35 AM - 2 messages
"Gets a value indicating whether another request can use the IHttpHandler instance." What does this mean in practice? Thanks, Gary ...
Can Mac Users With safari browser see the site with ASP.net
Sam2000 -
22 Jul 2005 9:24 AM - 2 messages
Can Mac Users With safari browser see the site with ASP.net can anybody suggest some solution so that site can be shown to mac users as well with safari browser ...
asp.net 2.0 ('Title' is not a member of 'ASP.*_aspx'.)
chris yoker via DotNetMonster.com -
22 Jul 2005 8:33 AM - 1 message
this happens if : 1) you simply copy a 2.0 project into a v1.1 project 2) the v1.1 project contained a dll that has the same name as a page in the 2. 0 project. The smart way I suppose is to use the project conversion wizard.(I initially ...
can't import external assembly using single-file asp.net
Andy Fish -
22 Jul 2005 8:22 AM - 3 messages
Hi, I have a single-file aspx file (no codebehind). when I try to do this: <%@ Import Namespace="MySql.Data.MySqlClient" %> I get this: CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) ...
File Upload with asp.net by one Click
Stefan Berger -
22 Jul 2005 8:03 AM - 2 messages
Hello everybody, i have a proble with uploading files in asp.net. i want to make a special file upload-page without displaying the common html-file-upload-control. i have a made an additional upload-button which shold display the ...
Why <% %> instead of events ?
Jarod -
22 Jul 2005 8:01 AM - 4 messages
Hey Why in all books authors are using <% DataBinder.Eval(...) %> instead of events of datagrid for example ? There is such event like Item_DataBound but MOST books forget about this... I believe using event will give us a full ...
Pass information from XML file to ASPX page
evangelous -
22 Jul 2005 7:37 AM - 2 messages
Hello, I have an XML file, which contains let's say a <A> tag with a "AProp" property. I want to manipulate this XML file so that the value of the AProp property can be passed to the code-behind class (let's say ...
Regex inside of a tag
tshad -
22 Jul 2005 6:13 AM - 7 messages
Is there a way to use Regex inside of a tag, such as asp:label? I tried something like this but can't make it work: <asp:label id="Phone" text=Regex.Replace('<%# Container.DataItem("Phone") %>',"(\d{3})(\d{3})(\d{4})","($1) $2-$3") runat="server"/> ...
Postback
Chris Kennedy -
22 Jul 2005 5:00 AM - 5 messages
I have a button which sets a vaiable in session. I retrieve the session the page load event. I seem to need to press the button twice for the variable to change (I am tracing it to see what the variable is). I am I ...
Choosing a file in server
P Nishanthan -
22 Jul 2005 4:59 AM - 2 messages
Hi, My asp.net web application is working somthing with the data files which is located in the web server. i have to give the option to the user to select the file he wanted to process(files are in web server). how can i do this? ...
Unlocking db objects in Session end
Sundararajan -
22 Jul 2005 4:04 AM - 3 messages
Dear Folks, in my web page i am locking some table, in DB. and i take care to unlock it when a log out button is clicked before the session is abandoned. however if the page user, closes the browser window instead of clicking hte log out ...
forms authentication - One login form for two folders
Walter W -
22 Jul 2005 3:15 AM - 1 message
I have a web app which contains two sections: a User front end and a Administration Back end. Both sections require a user to first log in. a general user logs into the front section, a system admin person logs into the back end section. ...
ASP.NET WebForm Editors!
Adam Knight -
22 Jul 2005 2:48 AM - 4 messages
Hi All, Just wondering whats the general trend out there for editing web forms. A previous post mentioned Dreamweaver; I am pretty unimpression with the code formatting and presenatation of web forms in VS. I will definately use VS for my code behind suff, just wondering about the ...
how do i fix this error in asp 2.0
TdarTdar -
22 Jul 2005 2:27 AM - 7 messages
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. Failed to initialize the AppDomain:/LM/W3SVC/5/Root Exception: System.IO.FileLoadException Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, ...
Visual Studio 2005 and SqlExpress
olduncleamos -
22 Jul 2005 1:36 AM - 2 messages
Hi all, Is SqlExpress part of Visual Studio 2005 (beta 2)? Or do I need to install it separately? Thanks! ...
regex problem - 2.0 beta 2
param -
22 Jul 2005 1:10 AM - 4 messages
Here is an interesting one. Running asp.net 2.0 beta 2. I have a regular expression used in a regex validator that works on the client side in Firefox but not in IE. Any ideas? IE always reports the field is invalid. ...
remove space below cell
Beffmans -
22 Jul 2005 12:45 AM - 3 messages
Hi How do i remove the space below the 'hello'? <TABLE> <tbody> <tr> <td> ...
User Control Dropdownlist: can't assign value to
JJ_377@hotmail.com -
22 Jul 2005 12:17 AM - 1 message
The following doesn't assign value to the dropdownlist - WHY? ___________________________________________________________________ In a user control (ascx named USACustomer) : Public Property State() As String Get Return Me.ddlState.SelectedValue ...
ASP.NET 2 Namespaces & Shared/Static Members
Chris Welch -
21 Jul 2005 11:17 PM - 4 messages
I'm developing my company's new site in Visual Studio 2005 (Beta 2) and I'm wondering if anyone knows if there is a way to set the default namespace of the Web project. I can't find it in the Web Properties, or ...
VisualStudio doesn't create attribute in codebehind for <asp:tablecell>
Gürkan Demirci -
21 Jul 2005 10:33 PM - 2 messages
Hi, i am using the VisualStudio FormDesigner to create an asp:table. I want to populate an asp:tablecell with different controls at runtime. In the codebehind file, there is an attribute for the asp:table. I can use this to ...
PayPal and Session Variables
Tommy -
21 Jul 2005 10:06 PM - 3 messages
I have written some code to use paypal for users to make purchases from my site. I am using the paypal instant payment notification. When i get the notification from paypal I send the user an email with registration key. I can pass data to that page with the custom field with no ...
Another "Project location is not fully trusted" problem ...
George Durzi -
21 Jul 2005 10:04 PM - 1 message
I'm attempting to pull down a VS .NET solution from VSS onto a new PC. The solution contains a web application and several class library projects. I get the "Project location is not fully trusted" error when VS.NET tries to ...
How to reference label in datagrid when pressing Edit?
needin4mation -
21 Jul 2005 10:02 PM - 1 message
Hi, consider this snippet, please: private void dgdHistory_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { string city=null; if (e.Item.ItemType==ListItemType.Item) { Label city_data = ((Label)e.Item.FindControl("lbl_city")); Response.Write("city: " + city_data.Text); ...
Getting path of running codebehind ?
wl -
21 Jul 2005 9:46 PM - 3 messages
Hi, For an asp.net application I would like to store the DB connectionstring to be used in a configuration file. I know I can use the web.config file for this (and know how to read from it). However, because I have my asp.net application hosted all codebehind ...
application structural design
mimi -
21 Jul 2005 9:42 PM - 2 messages
Hi everyone, My application's directory structure is as MyApplication web.config, global.asax The controls folder contains page templates for using in user, admin and customer section. Pages in User, admin and Customer sections are similar ...
HTTPS with cookieless session : Timeout Problems
vickeybird -
21 Jul 2005 9:30 PM - 1 message
Hi, My current application requires me to use HTTPS and Cookieless Sessions. Ive just implemented HHTP Handler to redirect all http request to https as described by Matt Sollars at [link] My problem is that the session expires after user logs in and clicks ...
Wizards in c#
kremlins -
21 Jul 2005 9:27 PM - 7 messages
Hi, how do I create a wizard in C# or C++.NET Thanks in advance ...
Haveing Page Formatting problems with Crystal Report in my asp.net page..
RSB -
21 Jul 2005 9:17 PM - 1 message
Hi Every one, I am using Crystal reports(vers 9.2.3) for a report we need. Now i am using my desktop for development and the report looks nice and perfectly aligned. But as soon as we move to the Server the report goes out of alignment. And ...
adding, deleting nodes in a treeview
viktor9990 -
21 Jul 2005 9:08 PM - 1 message
I need to add, delete and move up and down hierarchical information in a treeview webcontrol. (all data is saved in Sql server database and must be shown dynamically in a treeview webcontrol (SDK 1.1) when the user clicks the ...
Abstract Base Page - Bug Fixed In 2k5?
Mythran -
21 Jul 2005 9:05 PM - 2 messages
In .Net 2003, the IDE would show an error message of "Type Abstract" when you try to open the designer of a Page that inherits from an abstract class. Has this been fixed in VS.Net 2005? Mythran ...
SQL backup procedure from ASP.NET
Ed -
21 Jul 2005 9:02 PM - 5 messages
I have a MS SQL database process that is run from ASP.NET. I would like to be able to backup the SQL database using either a full database or transaction log backup immediately before the backup is done. Is this possible with ASP.NET and ...
menu control on my webpage.
sameer -
21 Jul 2005 8:52 PM - 1 message
Hi, My ASP.NET web application has a menu on the left side of the page which would show a list of all the categories. It is done using a web control(ascx) which uses a datalist control which pulls the list of categories from the ...
thread was being aborted
DC Gringo -
21 Jul 2005 8:51 PM - 5 messages
I have some code that creates and writes to an excel file. Right as I response.end() to avoid HTML in the Excel document, I get an exception: --------------- An attempt to log the following error failed:System.Threading.ThreadAbortException: Thread was being aborted. ...
How to access values of constituent controls in a User Control
dwok -
21 Jul 2005 8:22 PM - 3 messages
Hi All, I am building what I thought was a very simple user control in ASP.NET. The control is just a standard asp.net calendar control and a text box control. When the user selects a date within the calendar ...
IIS suddenly stopped working with ASP.NET 1.1 - ASPNET_REGIIS doesnt seem to work
J Rieggle -
21 Jul 2005 7:51 PM - 2 messages
Hi, Having been flamed for my previous HEEEELP! post and called childish, I decided to reframe this problem - I have to have something ready for tomorrow morning, and my server has stopped working and I have no clue how to fix it, hence my original post, sent from a place of severe stress. ...
| |||||||||||||||||||||||