|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Unable to Deploy ASP.Net 2.0 App to Local IIS
Tim Brooks -
24 Jun 2006 10:46 PM - 5 messages
All, Not sure where else to go. I have: VS2005, XP SP2 Media Center, IIS5.1 Problem: Apps developed (even simple "Hello WOrld") apps simply won't deploy properly to either my local IIS instance or to a 2nd server W2003K server. ...
xml and asp.net and pushing job postings
tshad -
24 Jun 2006 10:26 PM - 1 message
We have asp.net app that handles our jobs and I am looking for a way to push the jobs to multiple job boards so we don't have to re-type them for each board. I know there is a way as there are different companies out their that do ...
how to configure IIS to be used as SMTP server in express edition?
ASMJ -
24 Jun 2006 9:57 PM - 1 message
Hi, I am using Visual WEb developer express edition. I have a mobile web page in my application. I need to send an email from this page. I have not done this before. Can anyone help me out as to what are the ...
Implementing upload progress indicator question
Marko Vuksanovic -
24 Jun 2006 9:47 PM - 2 messages
I used the following code for implementing a file upload progress indicator, using UpdateProgress Panel, though I have a problem that FileUpload.Has File always returns false. Any suggestions what might be wrong? FileUpload2.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="FileUpload2.aspx.cs" Inherits="FileUpload2" %> ...
Custom Controls with non-String Attributes
Nathan Sokalski -
24 Jun 2006 9:23 PM - 4 messages
I want to add attributes to my custom controls that are not of type String. I know how to convert from a String to the different types that I want, but when the user assigns values to the attributes using properties (assigns the ...
Dynamic controls
ClearConcepts -
24 Jun 2006 8:26 PM - 2 messages
Hi, I am working on ASP.Net 1.1 application. The application takes inputs from user in various web controls, and based on current input the next web control and data inside the control is generated. That means that we are creating controls on fly and adding it to Page ...
How to kill a process
ClearConcepts -
24 Jun 2006 8:22 PM - 1 message
Hi All, I have created a process in my application and another exe is started in that process. I want to terminate the process, but I can't use kill() or CloseMainwindow() method, because if some processing is happening in the ...
Is this possible?!?!?!??!
S Reichard -
24 Jun 2006 8:19 PM - 2 messages
Here is my issue... I am working on creating a website [link] The new site is in progress [link] The first website uses flash right now on the page marked "The Wall". I ...
IIF statement used to evaluate date and covert it to shortdate driving me to distraction
Jim Florence -
24 Jun 2006 7:59 PM - 5 messages
Hello, I've just started in ASP and I'm having a few teething problems. Initially I tried to write out dates from the database using <asp:Label runat="server" ID="Label6" Text='<%# Eval("ShippedDate") %> But I got a problem with DBNull's, a kind sould told me to look at using IIF ...
browser window
Jessica Weiner -
24 Jun 2006 2:37 PM - 3 messages
I have a web application that needs to be displayed in the browser such that it takes up the *whole* window, i.e.browser's back/forwards buttons and menus etc shouldn't be displayed. How can this be done? ...
OT - what can I build in PHP and MySQL for fun?
Wally -
24 Jun 2006 2:26 PM - 12 messages
OT - what can I build in PHP and MySQL for fun? ...
How can I do this
Bruno Alexandre -
24 Jun 2006 12:37 PM - 2 messages
Hi guys, How can I perform a check if a binded field is Empty or Null, like this: <asp:TemplateField HeaderText="Birthdate" SortExpression="bdC"> <ItemTemplate> <% If Not String.IsNullOrEmpty(Eval("bdC")) Then%> ...
Drop Down List Border Width vs Text Box Border Width
Coder -
24 Jun 2006 12:09 PM - 2 messages
Hello, I have two component on my web form, Dropdownlist and Textbox.. I can set textbox' border width to 1 but, Why I cant set dropdownlist's border width to 1? Is there a way to do this ? Thank you ...
how to send unicode characters in mial
Max -
24 Jun 2006 11:56 AM - 1 message
hi friends i want to send mail from my application, my contain unicode characters (gujarati). now when i sent mail it shows "?" for unicode characters. pls let me know if any one has solution. ...
webservice security
Rotsey -
24 Jun 2006 11:27 AM - 1 message
I have created a ASP.NET 2.0 websevrice on a server and I want to secure it with Windows authentication The web service is in a Vritual Directory. I have add a Windows user to the server. I have set the security to Integrated Windows Authentication and removed ...
what's wrong with this parameter?
André -
24 Jun 2006 9:59 AM - 1 message
Hi, I made a detailsview for inserting data in the table. I also made a dropdownlist which the selected value must be used for one of the field in the detailsview. In the <InsertParameters> tag, i removed the parameter 'lo' because i added ...
Is there any way to determine which control has the focus in the codebehind?
José Joye -
24 Jun 2006 7:53 AM - 3 messages
Hello, I need to determine which control has the focus in my page_load. Is there a way to do so. I have found lots of sample explaining how to set the focus (using javascript). but no info explaining how to determine how to determine who ...
Hyperlink click??
perspolis -
24 Jun 2006 7:20 AM - 4 messages
Hi all How can I find when an ASP:Hyperlink clicked?? thanks ...
how to transfer a dataset and a string from page to user control
Mukesh -
24 Jun 2006 6:57 AM - 8 messages
Hi all I have to transfer a dataset and a string from a webform to a user control on the page without using viewstate or session or cookies . properties method is not working properly. if anybody thinks that is fine so plz describe me and send me any article or example for that. ...
CustromValidation for Custom control
Marek -
24 Jun 2006 6:47 AM - 1 message
Hi all, I have custrom control with four elements: text box, regular expression validator, required field validator and custom validator. Next this control is dragged on to web site with several controls. All controls has the same validation group. When I press button for this validation group then all ...
Disadvantage of Resource
PenguinPig -
24 Jun 2006 4:25 AM - 1 message
I am using Resource to manage the words, which would be displays in web application, in different language However, everytime I updated the Resource file and uploaded to the folder /bin The web application would be redeployed/reloaded. If there have any users are using the application, the session would be ...
I need help with email and ASP.NET 1.1
enak -
24 Jun 2006 1:16 AM - 5 messages
I need help with a request that I have received. I have been asked to open up a new email message, populate all of the appropriate fields, add an attachment but I don't want to send the email. I need to just open the new email. The user wants to add recipients before ...
Is This Possible ... ?
Wayne Smith -
24 Jun 2006 12:32 AM - 10 messages
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web site for a small club I belong to and one of ...
Response.Redirect not being called after sending an email
Nathan Sokalski -
23 Jun 2006 11:16 PM - 3 messages
The last two lines of code in the Click event of a Button Control on my page are: Me.WelcomeEmail() Response.Redirect("mainmenu.aspx") The last line of code in Me.WelcomeEmail() is: Mail.SmtpMail.Send(mailmsg) When the Click event is triggered, all of the code in Me.WelcomeEmail() is ...
no Delete on TableAdapter
TinMan -
23 Jun 2006 11:02 PM - 1 message
in my 2.0 ASP.Net app I'm using the TableAdapter Configuration wizard and asking it to generate Selece, Update, Insert, and Delete. It did not generate the delete! Why? Thanks, T ...
User Control definitions
tshad -
23 Jun 2006 10:55 PM - 3 messages
User VS 2003, I would like to use User Controls to control the page look with 3 User Controls (...PageTop.ascx, ...NavigateTop.ascx and PageBottom.ascx). I would put the Content User control between the NavigateTop and PageBottom User controls. ...
DataGrid RenderControl to Excel
Q. John Chen -
23 Jun 2006 9:53 PM - 1 message
I used DataGrid RenderControl to Excel. It works great except one thing: I have a cell that contain new lines - <BR> it rendered to the Excel as multiple-rows. I replaced the <BR> with Char(10), that doesn't work either. ...
newbie: field name in formview
Barbara Schmidt -
23 Jun 2006 9:22 PM - 2 messages
Hello everybody, I have in my Visual Web Developer 2005 Express Edition project formview-control bounded with SqlDataSource-control. Wenn I start the application I see in the formview-window the field name and afterwards the text: FieldName: "Now my text from the database" ...
e.NewValues returning oldvalues in GridView_rowupdating event
loga123 -
23 Jun 2006 9:10 PM - 1 message
Hi All, I am using asp.net 2.0. I have a gridview with AutoGenerateEditButton="True" . I am trying to access newValues in rowupdating event. It gives me "oldvalues" collection. I have a) datakeynames property set b) I am using template fields in my gridview and have "EVAL" for ...
Bind datagrid to SQL query using a CURSOR
Niclas -
23 Jun 2006 9:10 PM - 2 messages
Hi, I am using a SQL query that uses a CURSOR to loop and executes a SELECT statement in each loop. When I bind a datagrid to this stored procedure through a datareader as data source, I only get the first SELECT statement ...
Precompile problem...
Jay -
23 Jun 2006 8:32 PM - 5 messages
2.0 asp.net app (precomiled in 2005, not updateable, dll's in bin and then merged to one dll)... web app calls a 1.1 (compiled in 2003) webservice initialization webmethod (works). Second call to a different webmethod (does NOT work. ...
Update Dataset oleDB
Mark Sandfox -
23 Jun 2006 8:07 PM - 2 messages
Here is my code: Dim wwtID as integer Dim wwtEmailAddress as string Dim drEmailListWWT as System.Data.DataRowView Dim dvEmailListWWT as DataView Dim cnEmailListWWT as OleDbConnection Dim daEmailListWWT as OleDbDataAdapter = New OleDbDataAdapter Dim dsEmailListWWT as DataSet = New DataSet Dim SelectStatement as String ...
PostBackURL problem
Sean -
23 Jun 2006 8:04 PM - 2 messages
The only problem I am having in my case is that I need to programmically fire the button that has the PostBackURL property on it becuase in some cases I want to user to be "redirected" to another page and not have to interact with ...
Web Project Setup Virtual Directory Error
sheridans -
23 Jun 2006 7:31 PM - 1 message
I have setup a Web Setup Project to my Solution by going to Add New Project => Setup and Deployment => Web Setup Project. Everything builds correctly and I get a working Setup.exe and .msi file. The ...
Forms Authentication Access Rules
Brandon Stalte -
23 Jun 2006 7:30 PM - 2 messages
I've implemented forms authentication for my application. I would like to use access rules by creating individual web.config files in folders to allow/disallow access to directories. My problem is when I create an access rule for a directory to disallow a role or user, when that user in the role ...
DataGridItemEventArgs dataitem decimal value rounding
Sue -
23 Jun 2006 7:12 PM - 3 messages
In a datagrid's itemdatabound sub, I've got a dataitem for a SQL Server field of type decimal (3,2) with a value of 0.99. Query is straightforward: Select * from tablename. When I use a watch to check the dataitem value, it shows as ...
Can browser affect the session?
HLady -
23 Jun 2006 7:02 PM - 1 message
I posted earlier about this, I have an application and a sequence of activities will cause the session to restart. My code will go to session_start right after I execute a Response.Redirect(mypage) in order to reload the page. I use this statement in other parts of the ...
Can browser affect the session?
HLady -
23 Jun 2006 7:02 PM - 1 message
I posted earlier about this, I have an application and a sequence of activities will cause the session to restart. My code will go to session_start right after I execute a Response.Redirect(mypage) in order to reload the page. I use this statement in other parts of the ...
Can browser affect the session?
HLady -
23 Jun 2006 7:02 PM - 4 messages
I posted earlier about this, I have an application and a sequence of activities will cause the session to restart. My code will go to session_start right after I execute a Response.Redirect(mypage) in order to reload the page. I use this statement in other parts of the ...
HTMLInputFile Issue
renor321 -
23 Jun 2006 6:59 PM - 4 messages
Hi, I'm trying to use an HTMLInputFile control to upload files to a web server. When I run this on my local computer (Windows XP, .Net 1.1), it works just fine. When I deploy the app to my dev server (Windows ...
browsernames for HttpBrowserCapabilities IsBrowser
kdfake@spam.com -
23 Jun 2006 6:51 PM - 4 messages
Gday Im using the IsBrowser, however the only browsername that i am successful with is IE. What is the browsername for firefox and for other browsers? I cannot find a list anyway... thanks ...
working with date types in a gridview
Adam Sandler -
23 Jun 2006 6:41 PM - 3 messages
Hello, In VWD 2005 here. Working with a gridview that has the edit button enabled. One of the columns in the grid is of date type in the database. When then user edits the date, clicks the update button, and ...
keeping MsgBoxes on top
Adam Sandler -
23 Jun 2006 6:38 PM - 1 message
Hello, In VWD 2005, I have some code which send out confirmations before transactions are executed. The code for such confirmations sometimes involves MsgBox(). Sometimes, when the MsgBox code is called, the resulting message box appears beneath the webpage. The only clue the ...
keeping MsgBoxes on top
Adam Sandler -
23 Jun 2006 6:37 PM - 4 messages
Hello, In VWD 2005, I have some code which send out confirmations before transactions are executed. The code for such confirmations sometimes involves MsgBox(). Sometimes, when the MsgBox code is called, the resulting message box appears beneath the webpage. The only clue the ...
dynamic added user control and viswstates
jason -
23 Jun 2006 6:16 PM - 1 message
Hi, In my aspx page, a user control is dynamically adding other user control and add it to PlaceHolderControl. The dynamic user control has a Datagrid control. On postback, the viewstate of this datagrid is destroyed. How to maintain the viewstate of this ...
Strange caching behaviour with ASP.net 2.0
Darren Newton -
23 Jun 2006 5:42 PM - 3 messages
Last month we upgraded our production server from .net 1.1 to 2.0. We have seen some odd behaviour that we do not know how to fix. It seems that Cache is reset or cleared. We have 2 or 3 global entries in ...
System.Configuration.ConnectionStringSettings
Sherman KB -
23 Jun 2006 5:39 PM - 1 message
I'm trying to fetch the connection string for web.config using Dim webConfig As Configuration = WebConfigurationManager.OpenWebConfiguration("\Code") When I use this, it points me to the connection string for AppData. "\code" should be my app root. From what I can tell, my pathing isn't quite right. ...
Page with multiple web user controls
weboweb -
23 Jun 2006 5:37 PM - 2 messages
Hello aspnet experts! I have a design question for the more experienced developers (more than me at least :-)). 1) I have a page in the application I'm building that displays a web user control with a list of folders (let's call it the TREE) ...
image in gridview header
waldy -
23 Jun 2006 5:25 PM - 1 message
I was able to implement sorting in a gridview. However, I would like to let users know their sort direction (i.e. arrow down -- asc, arrow up -- desc) during sorting. How do I insert an image to a gridview header to display sorting ...
Loading CheckBoxList
Andy G -
23 Jun 2006 4:40 PM - 1 message
I have a checkBoxList control on a page that I want to load from a table. After it is loaded from the table I would like to check the certain boxes that are selected in the table. This is kindof what I have going here, I have a datareader loading the ...
How to set the ContentEncoding of the HTTPWebRequest object
Paul Phillips -
23 Jun 2006 4:36 PM - 2 messages
Has anyone been able or is having trouble with setting the Content-Encoding to a value in the headers collection of an HTTPWebRequest object. I am trying to post a RosettaNet message to a trading partner that is using webMethods server. The message gets to their server just fine but it is not ...
DataGrid loses content
parker.scott -
23 Jun 2006 4:03 PM - 1 message
I have a web page with two text boxes and a DataGrid with controls. During postback, the textboxes will have whatever value the user put in, but the DataGrid has nothing at all. grid.Items.Count == 0, even if I load it with information before displaying it. ...
SelectedItem after DataBinding--get DataRow?
Matt C. -
23 Jun 2006 4:00 PM - 1 message
If I databind a DataTable to a dropdown list in Winforms, the SelectedItem is actually the entire DataRow from the datatable. If I want to access columns that were not part of the display, I can do that. It doesn't look like I can do that in ASP.NET. After databinding, the ...
Question about binding JS to asp textbox control
Armand -
23 Jun 2006 3:59 PM - 1 message
Hi All, I have a question about binding datepicker Java Script to asp:textbox control. I recently binded it to html input type=text. Is there a way to bind it to asp:textbox control? Thank you and I appreciate all your inputs ...
Setting Parameters for SqlDataSource control
Greif -
23 Jun 2006 3:48 PM - 1 message
I have a gridview control bound to sqldatasource1. It is defined with the following columns: BoundColumn: ID BoundColumn: Type TemplateColumn: contains a dropdown1 and sqldatasource2 control. SqlDataSource2 requries the BoundColumn Type value of the grid to be pased into it. How do I do this? ...
'Delivering' a web site.
UJ -
23 Jun 2006 3:28 PM - 1 message
I have a web site in .Net 1.1 that has all kinds of stuff in the directories that isn't used. Is there a way to have the system copy over only what I have included in the project? ...
Automatic download start
Jan Paul van de Berg -
23 Jun 2006 3:28 PM - 3 messages
I have a piece of software that people can download and a third party promoting that software. In order for them to be able to count the number of downloads, I have to put a tracking code on my site. The tracking code ...
Gotcha for Navigation Menu in User Control
JebBushell -
23 Jun 2006 3:24 PM - 1 message
After days of hassle and two posts here I have a report for the unwary novice. If you use a User Control to provide a navigation menu then all the pages that it references should be in the same directory as its hosting page. ...
Application Restart on folder creation
Ray Booysen -
23 Jun 2006 3:13 PM - 4 messages
In our application, we merge documents for our clients. The directory structure is as follows: webroot ->bin ->Documents ->Company -> Company X -> Company Y ...
How to bind array of objects to ListBox?
Katit -
23 Jun 2006 3:05 PM - 1 message
Hello, Probably very simple, but I can't bind array of typed objects to the ListBox When I specify DataTextField = "Description" I get error that property named "Description" doesn't exist, but I can see this property of object in Locals window. ...
Is Gridview good with clientside?
H -
23 Jun 2006 2:57 PM - 3 messages
Infragistics WebGrid is very client-side friendly, but what about Gridview? thanks ...
FTP from one website to another?
clintonG -
23 Jun 2006 2:20 PM - 8 messages
I'm puzzled and don't think this is possible but if an application that is running on websiteA generates a file can FTP be used from websiteA to transfer that file to websiteB which would be located on another server? ...
IIS Authentication vs SiteMinder
sck10 -
23 Jun 2006 2:04 PM - 4 messages
Hello, In our company, everyone logs in using NT Authentication. I have Integrated Windows Authentication turned on for a section of my website, the only problem is that I have to maintain the list of users allowed to view the ...
Changing font on Pushbutton control
Blasting Cap -
23 Jun 2006 1:41 PM - 2 messages
I am having trouble changing the font for a PushButton control in a datagrid button column. I have seen several posts refer to styles and simple changes to the HTML for font changes but most of those referred to a LinkButton type of control. But in cases where someone is using the ...
Code for ASP.NET 1.0 App
Anthony Bollinger -
23 Jun 2006 1:12 PM - 4 messages
I am learning ASP.NET 2.0 while working to modify an ASP.NET 1.0 application. Here is the first line of one of the files (default.aspx): <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" ...
Copying items from a Drop Down List to a List Box?
mc -
23 Jun 2006 12:53 PM - 6 messages
I've got three controls on a page a Drop Down List, a List Box and a Button I've added 3 items to the Drop Down List I have added some code in the Button onClick Event Handler, as below ...
Insert record using Gridview Footer
Hennie -
23 Jun 2006 12:32 PM - 2 messages
I have a textbox in the Footer of a Gridview. When I run an insert command I get the following error: " Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the ...
PDF Libraries
Ray Booysen -
23 Jun 2006 12:29 PM - 6 messages
Hi all After finding out that my pdf library (ABCPdf) doesn't support HTML being imported as an input (Well it does but doesn't support the <table> element), I'm looking for a good quality component (can be commercial) ...
Capture actual fileupload
Edwin Knoppert -
23 Jun 2006 12:22 PM - 5 messages
I want to use an ordinary HREF situation to a fake filename on our server. To let IIS and client handle the filetype like zip by itself i don't need a generic handler. But to prevent unautorized access i would *still* like to stream the file ...
File Upload Progress Indicator ?
Marko Vuksanovic -
23 Jun 2006 11:40 AM - 7 messages
I am trying to implement a file upload progress indicator (doesn't have to be a progress bar) using atlas... I do realize that the indicator cannot be implemented using Update panel control, but is it possible to implement it using some other control, for example a floating window? ...
changing the "../" reference PATH in Visual Studio
mosscliffe -
23 Jun 2006 11:32 AM - 4 messages
I need to reference a file on my published server as "../mydir/myfile.txt", which is fine and it works. On my local develop computer the "../mydir" refers to C:\Program Files\Microsoft Visual Studio 8\Common7 Is there any way I can get the "../" to refer to somewhere more ...
Batch Update in GridView control, is it possible?
LearnMore.John -
23 Jun 2006 11:31 AM - 3 messages
Is it possible to update all the rows in a single postback using Gridview Control, regards John ...
Create PDF from rendered HTML
Ray Booysen -
23 Jun 2006 11:18 AM - 3 messages
Hi all I have a report that opens as an ASP.net webform. I need to take this output and create a PDF from it. Has anyone attempted this? I originally planned to override the Render method of the page and get ...
MySQL Concat with dataset
^MisterJingo^ -
23 Jun 2006 11:14 AM - 2 messages
Hi all, Usually when pulling a dataset from a DB I get the headers too, so i can databind DataValueField and DataTextField etc. But I am trying the below query: SELECT CONCAT(firstname,' ',lastname) as name FROM authentication.users WHERE users.idusers IN (SELECT idcollaborator FROM ...
does 'Finally' always run in a try catch statement?
Stimp -
23 Jun 2006 11:13 AM - 3 messages
I have the following Try, Catch, Finally block... Dim objConn As SqlConnection = New SqlConnection(ConfigurationSettings. AppSettings("conn")) objConn.Open() Try Dim strSQL As String = "SELECT COUNT(id) FROM Table1 " & _ "WHERE idCreatedBy = @idCreatedBy" ...
Wizard control with MaintainScrollOnPostback
Mantorok -
23 Jun 2006 10:45 AM - 1 message
Hi all Is there anyway of using MaintainScrollOnPostback with a Wizard, everytime Next or Previous is clicked the wizard remembers it's position, but I want MaintainScrollOnPostback for certain controls within the wizard. Any ideas? Thanks Kev ...
How can i start mobile programming >
Pulkit -
23 Jun 2006 10:24 AM - 3 messages
Hi, I am new to mobile programming and i want to know what are the steps i have to follow to start mobile programming. I have got ..Net SDK , IIS 5.0 and Nokia 6600 what else do i need ? ...
Set a bgcolor in a repeater based on databse value asp newbie
Jim Florence -
23 Jun 2006 10:11 AM - 5 messages
Hi, I'm just starting to write in asp and have been trying to create a repeater to display some data in a simple form. The basics worked ok and then I tried to set a bgcolor on a cell based on ...
need help
Dilip -
23 Jun 2006 9:43 AM - 2 messages
hi to all . i am fresher in ASP.NET and i had done almost about my project. but now i am unable to deal with admin login . i am having ...
i am unable to handle login validation
Dilip -
23 Jun 2006 9:41 AM - 1 message
hi to all . i am fresher in ASP.NET and i had done almost about my project. but now i am unable to deal with admin login . i am having ...
web usercontrol + delegates or specialised usercontrol base class
info -
23 Jun 2006 9:41 AM - 1 message
Hi, This is an implementation question / best practice question. I have created a number of data input part-forms as usercontrols and include these on complete form web pages as needed. The parent pages provide the submit button and a validation summary. The usercontrols ...
hi
Sunil -
23 Jun 2006 9:05 AM - 2 messages
Hi , I would like to make a label work like a progress bar. I.e I want to change its color bit by bit . Is it possible. If so how. Regards, Sunil ...
Cookie not loaded upon browser startup
noel -
23 Jun 2006 8:49 AM - 1 message
I have a cookie to store data for my shopping cart. The cookie works
perfectly fine, but it would not load upon a new browser startup. Everything comes to place once i click refresh. Any suggestions?
--
noel
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
PageFlakes flakes
Alixx Skevington -
23 Jun 2006 8:30 AM - 3 messages
Hi, I am trying to get atlas and asp.net to allow me to do a similar thing to the [link] flake. In as much as I want to to bale to have a wrapper for any control that displays that it is loading. ...
More on Safari and asp:Menu
Mark Rae -
23 Jun 2006 8:18 AM - 2 messages
Hi, Sorry for the repost - my ISP is having huge usenet problems at the moment... Following on with the problems of asp:Menu controls and Safari, I found the following article: [link] ...
how to trigger an action by clicking in a field of detailsview?
André -
23 Jun 2006 8:18 AM - 3 messages
Hi, is it possible to trigger an action (e.g. make visible a button) when clicking in a particular field of a detailsview? I think is it, but how? I tried it on several ways, but no succes. Doing this on client-side raises the problem: how to get the field in the ...
Binding a DataGrid to a multi-object collection
Jon -
23 Jun 2006 8:08 AM - 1 message
Hello everyone. If I have a collection, that contains objects of a different type, but all inherit from the same base class, and this base class has an interface on it, can I bind the collection to a DataGrid? I've tried doing such, but I'm getting a "object does not match target type" ...
How to represent the data in a not bound control via bound control
Mario Krsnic -
23 Jun 2006 7:38 AM - 1 message
Hello everybody, I have in a VWD-Project a sqldatasource-control bound with DetailsView. If I want to show the data in a label-control, how to retrieve them. Which property of DetailsView contains the text from the database? ...
remove header in detailsview
Mario Krsnic -
23 Jun 2006 7:32 AM - 3 messages
Hello everybody, I have in a VWD-Project several sqldatasource- controls and I bind them during runtime with DetailsView: SqlDataSource2.SelectCommand = "select field1 from Tab1 where id= " & 4 DetailsView1.DataSourceID = SqlDataSource2.ID This works. Now I would like to remove the header of DetailsView with: ...
Asp.net 2.0 web user controls not executing !?
Kris G -
23 Jun 2006 7:25 AM - 1 message
Hey. I have a weird problem. I upgraded our company webserver to host asp.net 2.0 pages. The server is also a domain controller, and was used for hosting asp.net 1.1 pages in the past. Asp.net 1.1 pages have never been a problem. ...
"_pendingCallbacks[...].async is ,ull or not an object
André -
23 Jun 2006 6:42 AM - 3 messages
Hi, I'm using client callback. Everything seems to work exept that i get this error line 164: "_pendingCallbacks[...].async is ,ull or not an object". I use VWD and it's not easy to find an errorline in javascript. But even ...
GetCompiledPageInstance and caching
Paresh -
23 Jun 2006 6:40 AM - 1 message
Hi All, I am using ASP.net 1.1. I have used HttpHandler for UrlRewriting for this I have used GetCompliedPageInstance method. Now because of this my caching logic is not working. Scenario: When user requests http://localhost/application/abc.html.I rewrite this ...
Session timeout caused by.... too many cookies?????? Please help
Calvin KD -
23 Jun 2006 6:11 AM - 1 message
Hi everyone, I need help urgently. I have a C#.Net app which uses cookies for state management (since we've gone away from Session for fear of webfarm and we haven't found the need for SQL Server to be used for this purpose yet). Recently we've expanded the app ...
ASP.net, using firefox of MAC to browse problem: very slow
Jackfan -
23 Jun 2006 6:10 AM - 1 message
To who may concern: We've built an asp.net application, and it is ok in IE/Firefox on PC, but it is very slow in firefox on MAC, is there any solution about this? Thanks in advance! Jackfan. ...
Membership Another Question
Gunawan -
23 Jun 2006 4:46 AM - 1 message
Hi All, Why I always get this message Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create ...
Mission impossible? Synchronize sql server data with local Outlook
Ethan V -
23 Jun 2006 2:53 AM - 3 messages
My business people gave me a new requirement today : Have a button on a web page that allow users to synchronize their contact data that stored in our sql server with Outlook on their local computer, and going from their ...
Passing data between pages?
Smokey Grindle -
23 Jun 2006 1:28 AM - 8 messages
For a website that has users logged into it using sessions, its it best to pass data between pages in session variables or through query strings? ...
Problem with sending URL in email
tshad -
23 Jun 2006 1:14 AM - 1 message
I have a URL I am trying to send to a user that contains some parameters that are in the current page. if not Session("RegisterReturnURL") is nothing then stemp = "&ReturnURL=" & Session("RegisterReturnURL") end if ...
RE: append to onclick in javascript.
PokerJoker -
23 Jun 2006 12:31 AM - 2 messages
[Message not available] ...
WebUserControl - How to Access from parent form?
David -
23 Jun 2006 12:13 AM - 2 messages
[Message not available] ...
I'm lazy: how do I make the first databound record not display/chop off the first element from SqlDa
Control (in table cell) with a width of 100% causes the end of the control to be clipped - ASP.NET 2
| |||||||||||||||||||||||