|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
debugging ASP Pages
VJ -
15 Apr 2006 11:51 PM - 3 messages
When I am attaching process to debug in ASP.NET application, the Debug window shows a list of currently or recently used/opened ASP.NET applications.. I don't understand how and were this is list is from, is there a way to bump a specific one up the list or change the order?. Where ...
Classes for administering users/membership
John -
15 Apr 2006 11:07 PM - 4 messages
Hi Area there any .net classes to do the job of Web Site Administration Tool i.e. creating users, roles etc. via code? Thanks Regards ...
Paging and Sql command
Franz -
15 Apr 2006 8:39 PM - 6 messages
I have 2 pages. In the first page, user inputs a keyword and press the button to go to the second page. In the second page, it will find the items based on the keyword input. My sql select command contains the keyword. The ...
joining two string variables in asp.net?
Wally -
15 Apr 2006 8:34 PM - 3 messages
Dim var1 as String Dim var2 as String var1="message1" var2="message2" how do I join the two string variables? ...
where did my dll go?
WebBuilder451 -
15 Apr 2006 6:53 PM - 9 messages
I have a local serve that holds my source code and i'm using vs2005 for 2.0 to build the site. I'm runingthe site off my local pc (filesystem). I built the site but can't find the dll or the bin directory. ...
Passing information between pages
John -
15 Apr 2006 4:43 PM - 2 messages
Hi I have on my page1.aspx the following; Context.Items("Msg1") = msgstr Response.Redirect("Page2.aspx") Page2.aspx has the following; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load lblMsg.Text = CType(Context.Items("Msg1"), String) ...
Request best practice for ResourceManager
Franz -
15 Apr 2006 4:13 PM - 2 messages
I know how to use ResourceManager, but I think I don't use it wisely. I have a web user control. Inside the control, I need to call ResourceManager.GetString. However, I also need to call ResourceManager.GetString for my web page body. Therefore, I need to create ...
Publish VS Copy project
Phil Barber -
15 Apr 2006 1:43 PM - 2 messages
In VS 2003 I could copy the altered aspx files and the dll in the bin folder to update my webiste. After I upgraded the site from VS2003 to VS2005 I published the site and all went well. I now want to be able to update the ...
BottomLineStyle of Crystal Report cannot be shown on Web Page
Rabbit -
15 Apr 2006 1:02 PM - 4 messages
Dear All, I am working on the formatting of a Crystal Report, I'd noticed that setting BottomLineStyle, and other xxxLineStyle can only be shown when user export the report into PDF format, other than that, displaying such crystal report ...
Session Conflict
aroraamit81 -
15 Apr 2006 11:29 AM - 8 messages
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I got the exact same SessionID as of other users's. ...
Coding of Back Page
Budd -
15 Apr 2006 11:23 AM - 4 messages
Hello I got some problem on Back page if i want to go back the previous page by clicking the back button, how to do?? how to get the previous page link or some ease way to do?? thx a lot ...
Changing the default URL
Peter Morris [Droopy eyes software] -
15 Apr 2006 9:43 AM - 2 messages
When I run a website in VS2005 and use the built in web server (I don't have IIS installed) the URL is http://localhost/websitename How can I change this so that it is http://localhost instead? I like to use ...
Help with GridView
Maqsood Ahmed -
15 Apr 2006 8:35 AM - 5 messages
Hello, I am new to ASP.net 2.0. I have successfully bound a in-memory DataTable (not connected with a database) with GridView. I have set AutoGenerateEditButton property to true. Now whenever i click on Edit link, the page does postback, but the row does not become editable. I ...
GridView coloring on client side
InK_ -
15 Apr 2006 7:54 AM - 7 messages
Hi, All! I need to accomplish such functionality: A data row should be highlighted with the other color if cursor is over it. I also have the old code from asp which uses <tr onmouseover="colorrow(this,'#EEEEEE');" onmouseout="colorrow(this,'#FFFFFF');"> ...
Problem loading usercontrol since latest ie patch....
Tim B -
15 Apr 2006 5:42 AM - 5 messages
Hi, Previously I was loading my .NET Usercontrol like this : <OBJECT id="Obj" classid="Viewer.dll#Viewer.Viewer" width=105 height=20 VIEWASTEXT><param name="DONOTHING" value="1"> </OBJECT> Everything was working great until the new patch came out and changed the ...
Session Timeout.
Sai -
15 Apr 2006 4:12 AM - 13 messages
Friends, We have a simple application which has login page, users login to it and enter their contact details and all other stuff. It is working fine. Now we have moved to new windows 2003 server. The page works ...
Column of tick boxes - how to do it?
John -
15 Apr 2006 3:53 AM - 6 messages
Hi I have a bound gridview. I need to allow users to select multiple rows and then press the process button to process multiple selected rows. For this I want to use additional column of checkboxes (unbound?) which user can tick. ...
Inserting info in a table
John -
15 Apr 2006 3:13 AM - 6 messages
Hi I have a set of values that I need to insert and sql server table. My question is, out of all the methods what is the best (in terms of being simplest/most straightforward) method to do that? Thanks ...
storing and accessing file
Gerhard -
14 Apr 2006 11:38 PM - 4 messages
I have an application that needs to be able to upload documents that can latter be accessed and opened by a hyperlink. I can do this easliy if I store the files in a subdirectory in the application, but we will be using ...
Grid view formatting
John -
14 Apr 2006 11:18 PM - 3 messages
Hi I have applied auto format to a gridview. Now I would like to change the font size without effecting the rest of the auto formatting. I have tried setting the font size in grid view properties and individual column ...
Multiple web project Assemblies in same bin folder.
zeyais -
14 Apr 2006 10:51 PM - 3 messages
The way I understand is that one web project has only one bin directory and all reference and project assemblies sit in that bin directory. Scenario is this. I have two web applications (lets say a.dll and b.dll ...
WebUserControls in a IFrame (RenderAsIFrameAttribute)
Stephan Smetsers -
14 Apr 2006 10:49 PM - 2 messages
hi, For all you developers out there... I've created an attribute named: RenderAsIFrame. Its real cool and works perfectly. It enables the developer to change the render behaviour of a webusercontrol into a IFrame-control that links to the ...
Session state IIS (Machine Key | Load Balanced Session)
Fred -
14 Apr 2006 10:34 PM - 8 messages
Hi... I want to enable session state on my IIS 5.0 servers - has anybody tried this by doing using the below article, if so did you come across any major issues and does it work well? Thanks! This page details what is to be done: ...
Q: Passing information between browser windows?
Usenet User -
14 Apr 2006 10:33 PM - 3 messages
My main main page is to create a pop-up window for the user to enter advanced search criteria. When he submits the query, the page in the main window should display search results. So, how would I pass the ...
SelectedIndexChanged
chawes40 -
14 Apr 2006 10:02 PM - 2 messages
Hi I'm new to asp.net and I have a couple of questions.. I have datagrid with several columns. I have two Button Columns when I select either one I go to the function: private void datagrid1_SelectedIndexChanged(object sender, ...
How to have C# Web page query MSAccess Database and simultaneously populate MSAccess DB?
Siegfried Heintze -
14 Apr 2006 9:07 PM - 2 messages
I have some cygwin cron jobs running under the Administrator account populating a MSAccess database that is simultaneously being queried by IIS/ASP.NET/C#. If I manually use windows explorer to allow everyone to read/write/delete the .mdl files created by the cygwin cron jobs, everything works. If I ...
Web App Question
george -
14 Apr 2006 6:33 PM - 2 messages
Hi, I am doing some research on web hosting (dedicated servers) for a multi-tier web app. I was interested in what web hosting companies other users are using? I have looked into hostmysite.com and aplus.net. ...
Gridview doubleclick to select the row
RS -
14 Apr 2006 6:32 PM - 6 messages
Hi guys I want the user to double click on the rows in the gridview to select them. How can I do that? Currently I have a Select button way at the end of each row, but usability wise its not very good, user always have ...
Is it possible to make a variable number of form fields?
BLACKDOG157 -
14 Apr 2006 4:38 PM - 5 messages
I have to make a form with a variable number of textboxes. If, in the previous screen, the user chose a 2 day hotel stay, I need to input the number of rooms for 2 days. But if in the previous screen, he chose a ...
plea for help: a newbie's tale
briansmccabe -
14 Apr 2006 4:18 PM - 11 messages
Hello - I work for a large corporation that has developed and maintained several dozen web sites for various clients in the insurance industry. My responsibilities involve the maintenance of all of these sites from a content standpoint - performing updates, modifying existing code, ...
ObjectDataSource Parameter Passing
Robert -
14 Apr 2006 3:59 PM - 4 messages
What is the best way to pass a parameter to an ObjectDataSource. I am able to add a new parameter to the SelectParameters, but I would like to just assign a value to an existing parmeter at runtime. Currently I am just adding the parameter at runtime and setting the value: ...
image missing in forms authentication
jos -
14 Apr 2006 3:53 PM - 2 messages
The image (gif) comes up as a red cross until the user is authenticated in a forms authentication application. Is there a way around this? <authentication mode ="Forms"> <forms loginUrl="login.aspx"></forms> ...
RedirectFromLoginPage
genc ymeri -
14 Apr 2006 3:41 PM - 3 messages
hi, I'm doping a maintenance for a project but I'm having an interesting issue with RedirectFromLoginPage coomand :) What happens is that the webapp, once user logs in, he/she goes gets redirected by default to the default.aspx page thorugh the ...
ASP.NET Treeview selectedNodeStyle
cyriel1920@nospam.nospam -
14 Apr 2006 3:01 PM - 7 messages
Hi, I use the selectednodestyle with a white background so the user can see which item was chosen in the treeview navigation. The nodes have a navigateURL with a target to another frame. Navigating works with no postback and the style follow the selected node. ...
asp.net 2 and xml
TdarTdar -
14 Apr 2006 2:31 PM - 3 messages
Hi, I have an web based asp.net 2 application, I need to send and receive information using an encoded xml packet to another web server from within a web page of our main webserver. I assume i need to make a dll to do so, but ...
Opening a file from pdf in ie
Joris De Groote -
14 Apr 2006 1:13 PM - 2 messages
Hi, I have a small webpage that reads a file from sql server 2000 database and opens it (added the code at the end of this question). Everything works, but the file opens adobe acrobat reader in a new application. However, I want to ...
2 webservers, both asp.net 2, an aspx post to 2nd ws.
Edwin Knoppert -
14 Apr 2006 1:12 PM - 4 messages
I want to use an aspx to post data to a 2nd webserver but i don't know how. Both aspx, both asp.net v2 ? ...
hidden fields?
HockeyFan -
14 Apr 2006 12:10 PM - 6 messages
I know that <input type="hidden" fields are used within a form, but do <ASP:HiddenField s have to be in a form to be used? I've got a VB-based (codebehind) that catches the click event of a button on ...
webparts in asp.net 2.0
Radek -
14 Apr 2006 11:50 AM - 2 messages
How to check inside ascx file that this web part is closed or minimise? Best regards, Radek ...
Asp.NET
suchdi@netvision.net.il -
14 Apr 2006 10:57 AM - 3 messages
When I try to execute ASP.NET Application after successful creating and compiling,I get the following message: --------------------------- Microsoft Development Environment --------------------------- Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. ...
how do i get openfiledialogue box in VB.NET....
pavan -
14 Apr 2006 10:42 AM - 2 messages
guys i am having problem in getting openfiledialogue box in vb.net.. i want to develop a program for sending a mail.... can anybody please help me out here.... ...
Invalid file name when printing Crystal Report
Bernard Goh -
14 Apr 2006 6:49 AM - 2 messages
Hi All, I am newbie for ASP.NET programming and I am having this error when I tried to print a crytal report from my dotnet web application. Error Message : Invalid file name. at ?.?K(String ? , EngineExceptionErrorID ? ) at ?.?F(Int16 ??, Int32 ??) at ...
2.0 SIMPLE PROBLEM: asp:Rotator
R.A.M. -
14 Apr 2006 5:42 AM - 2 messages
Hello, Could you help me please with a problem of asp:AdRotator usage? I have little experience. On Default.aspx page I have added AdRotator control to display banner images: <asp:AdRotator ID="Banner" runat="server" AdvertisementFile="~/App_Data/Banner.xml" /> ...
Is this AJAX? (Sort of "Off Topic")
blueapricot416 -
14 Apr 2006 5:35 AM - 4 messages
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple Response.Write, which I then use in the original HTML page to ...
Convert New Lines to BRs
Brad Baker -
14 Apr 2006 4:30 AM - 3 messages
I'm trying to write a small asp.net webpage in c#. I've written code which connects to a microsoft sql database, runs a sql query and then prints that data out using a repeater. The problem is that the data in the database is in plain text and contains ...
Translating ID bound to label in detailsView to NAME basing on different datasource.
H5N1 -
14 Apr 2006 4:17 AM - 3 messages
Hi there First of all excuse me posting such simple (I guess) question, but I didn't find the answer in tutorials. I have a formView presenting records from some table. one of the fields is a Category ID, which is a foreign key. in edit template I replace it ...
Search engine software to integrate into ASP.NET site
Logan Noyes -
14 Apr 2006 3:16 AM - 3 messages
Can anyone recommend a good, reasonably priced software package for creating search functionality on an ASP.NET site? The site has about 1000 pages and the software package I seek would need to include a spider to traverse the ...
New to ASP
Josh -
14 Apr 2006 2:05 AM - 7 messages
I have a client that has a list of products on a page. Every time we have to update the list we have to re arrange the blocks with the names of the products. Is there a way in ASP to do this so that we can just add the name ...
Anyone care to help explain forms authentication in 2.0?
Darrel -
14 Apr 2006 1:00 AM - 4 messages
I'm reading up on some tutorials on using forms authentication in ASP.net 2.0 I'm confused. In 1.1, I created a table in my DB for users, wrote a page for the login form, then added this to my webconfig: ...
asp.net 2.0 connectoin string (hopefully last question)
Darrel -
14 Apr 2006 12:44 AM - 2 messages
In a long series of trouble trying to migrate to 2.0, I'm pretty close to getting it working. My connection string isn't liked by my query function, though. This is what I have: <connectionStrings> <add name="DBConn" connectionString="provider=SQLOLEDB.1;Data Source=[my ...
ASP.NET: Can't Kill EXCEL.exe with Office PIA
ChrisFrohlich -
13 Apr 2006 11:39 PM - 3 messages
I have been trying to use the Office PIA's to write an ASP.NEt page to: 1. Open a template workbook 2. Populate some data 3. Save the file back to the server 4. Quit Excel and free up Memory ...
Update Query in formview
Marcial -
13 Apr 2006 11:13 PM - 4 messages
Greetings all! After a week of toiling I've finallay decided to post the code below with hopes that someone can point out my error(s). Basically I have a Gridview/Formview on a ASP.NEt 2.0 page. ...
Parsing Request.Headers.ToString()
sck10 -
13 Apr 2006 10:44 PM - 4 messages
Hello, I am using the following to retrieve header information from a webpage: Request.Headers.ToString(). What I get is a huge string of data. How do I go about extracting just the part that I need? Buried in the header is an ...
how do yoiu ASP.NET from changing the id attribute????
Trevor Braun -
13 Apr 2006 10:37 PM - 4 messages
This is the dumbest thing I've seen in ASP.NET. I'm trying to submit information from one page to another external (it's a Moneris pay page), using post method of a form that has a Master page. ...
ASP.NET 2.0 Tree Control and Navigation Controls - General Question
davidwank -
13 Apr 2006 9:54 PM - 3 messages
Hi. Why is it practical to have the ASP.NET navigation controls based on XML? I would love to just use databinding and then be able to dynamically update the navgiation menu (e.g. for a product list). ...
Help removing a reference in a web site
shawn -
13 Apr 2006 9:51 PM - 4 messages
I am having a hard time finding an easy way to remove a reference to another .net project that I am no longer using (ASP 2.0 - this was an available option in 1.0). Other projects have a list of references that I can simply look at and ...
DataGrid Delete Problem
thebison -
13 Apr 2006 9:30 PM - 2 messages
Hi all, I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE. ...
Dictionary
Lespaul36 -
13 Apr 2006 9:27 PM - 2 messages
I am working on a website, but I need to find a free webservice that will tell me if a word is a noun, verb, etc. I haven't found any yet....anyone know of one. ...
WindowsIdentity.GetCurrent()
Roger -
13 Apr 2006 9:27 PM - 3 messages
I have a desktop and laptop for development. Both are xps and both are sp2 and both are update to date with security patches. On my desktop when I run the LogonUser api function call. It will create a windowsidentity object and whom I am attemptting to log in ...
How to reference web.config from class
Tom -
13 Apr 2006 8:55 PM - 4 messages
In my asp.net application, I have created a class for global variables and functions, and I have placed this in the app_code directory so it is available to all my pages. That part has worked fine. But now, I need to add a new funtion in this class which ...
Determine Debug Mode
Chuck P -
13 Apr 2006 8:54 PM - 3 messages
How can you determine if you are in debug mode in Asp.net 2.0 I thought I could look at the web.config compilation debug directive but then I read this [link] ...
ASP.NET 2.0 Dropdownlist will not post back
rmfisher96 -
13 Apr 2006 8:32 PM - 2 messages
We have converted our ASP.NET v1.0 to v1.1, and up to v2.0. We have a DropDownList in the v1.0 code successfully posting back. Now that the code has been converted into v2.0 we do not get the postback ...
Best Practice for Inserting Data into SQL in 2.0
hooterbite -
13 Apr 2006 8:26 PM - 3 messages
I have a simple form. I would like to insert the values from the form into a SQL table. What is the best way to do it? I assume that using a stored procedure is preferable to using the UpdateCommand="Insert into..." ...
ArrayList and Structures VB.NET
mosscliffe -
13 Apr 2006 7:56 PM - 4 messages
Newbie struggling with VB.NET I wish to create an arraylist of structures. I am very new to this coding syntax, so bear with my poor syntax - please struct mystruct Fld1 as short Fld2 as integer ...
setting up website inside a website
sck10 -
13 Apr 2006 7:41 PM - 2 messages
Hello, Can you set up a website inside of a website. I have a main website at our company: parentwebsite.web.company.com. In the path are a couple of directories: parentwebsite.web.company.com/boss1 parentwebsite.web.company.com/boss2 ...
Good (and free) DateTime picker.
UJ -
13 Apr 2006 7:18 PM - 2 messages
Does anybody know of any good free datetime pickers for ASP.Net 1.1 ? ...
dropdownlist in FormView "has a SelectedValue which is invalid"
Dabbler -
13 Apr 2006 7:18 PM - 3 messages
In my Registrant FormView I have a DropDownList which loads data from a secondary SqlDataSource "sdsOfficeParks". I need the user to select an office park but save the selected value in the FormView's ObjectDataSource "odsRegistrant" . The following solution can't work because I need the ddl selected value ...
Creating a web app. on another PC question.
dave m -
13 Apr 2006 6:54 PM - 3 messages
I'm a definetly a newbie when it comes to asp.net, so please be kind. Using VS 2003 (vb), I want to create a new web application. I have no problem creating a web app. on localhost, but when I want to create the app. ...
"Leaky" SessionState
fathelga -
13 Apr 2006 6:45 PM - 2 messages
We have a site that holds data about the user in session while they are logged in. Everyone once in a while a user will log in and see someone else's session state. Has this happened to anyone else? We are using ...
ASP.NET page bring someones data upon refresh
Radx -
13 Apr 2006 6:40 PM - 9 messages
Here in my web application, I have a data entry page with serval controls. Some of the controls have autopostback is set true. But the problem is when two or more people are entering data at the same time, in the middle of my data entry , it is brining someelse data on my ...
GridView ODS and ConvertEmptyStringToNull="false"
Andrew Robinson -
13 Apr 2006 6:08 PM - 2 messages
Woundering if anyone else has had issues with ConvertEmptyStringToNull="false" ? I have a custom data class and am passing values to it via an ODS. On my insert, if the bound text box is empty an empty string or "" is passed to my ...
OBDC Oracle connection in a ASP.net web page
Ben -
13 Apr 2006 5:59 PM - 3 messages
Hi, I have a problem connecting to Oracle using and ODBC connection in a ASP.Net web page. The TNS Names works fine because when I create a DSN it works, and it works in SQL Plus. Here are the error I get depending on the connection string: ...
Form field changes
momo -
13 Apr 2006 5:57 PM - 2 messages
Hi, I have a page that contain almost 70 textboxes, dropdown boxes and checkboxes. This page retrieves data from a table and display them in the appropriate control. My dilemma is when I need to make a change to any of ...
application relative paths not working
Garann Means -
13 Apr 2006 5:47 PM - 10 messages
I have a subfolder under wwwroot set up as a virtual directory with its own application name in IIS. I pulled it down from Visual Source Safe and, on the machine where it's normally hosted, it works fine. On my machine, though, all ...
vb.net ItemDataBound equivalent
Ken Slight -
13 Apr 2006 5:03 PM - 3 messages
In C#, I use the following to bind ItemDataBound to a DataGrid: grid.ItemDataBound += new DataGridItemEventHandler(OnContentItemDataBound); Does anyone know the equivalent of this in vb.net? Thanks, Ken ...
Framework 2.0 is installed on Server 2003 but IIS stays with ASP.NET V1
Jean-Marie -
13 Apr 2006 4:50 PM - 4 messages
Hi, I have an issue with IIS installation in Server 2003 : I can't change ASP.NET version from V1.1.4322 to V2.0.0727 in Service web extension tab of IIS to make it match with my site. The web site is OK for a static normal ...
Update Database and Redirect to new page
jenileo -
13 Apr 2006 4:33 PM - 9 messages
Hello! I'm fairly new to asp.net and I am struggling with getting my form to post to the database and transfer the user to a new page. I am using the FormView control. After the user completes the form, they click the ...
DateTime in dropdown
CSharpguy -
13 Apr 2006 4:14 PM - 4 messages
I'm trying to populate a drop down with dates from a data field in my data base but I want the format like MM/dd/yyyy instead of 1/1/2006 12:00 PM How can I my date to show as 1/1/2006? ...
Crystal "PrintToPrinter" will not print to Zebra Label Printer... HELP!
ATJaguarX -
13 Apr 2006 3:53 PM - 14 messages
I have a Zebra S500 and multiple S600 label printers. [link] They are currently being used in our legacy Foxpro application just fine. We are upgrading to ASP.NET and Crystal XI. I need to automate ...
error: The operation has timed-out (executionTimeout?)
Jim Underwood -
13 Apr 2006 3:37 PM - 11 messages
I am having a problem with my web page timng out while retrieving a long runnign report (90-120 seconds. I have tried modifying several settings in various places and cannot get it to run for more than 90 seconds. ...
Datagrid Export to Excel - Report Headers
John Walker -
13 Apr 2006 3:09 PM - 3 messages
Hello, Below is my code for exporting a datagrid to Excel. It works fine, but we're going to need to somehow have a report header, user input parameters and system date display at the top of the spreadsheet just to make it look ...
Passing a reference to a User Control to a class in ASP2.0
Charlie@CBFC -
13 Apr 2006 3:04 PM - 2 messages
Hi: I'm trying to pass a reference to a user control to a class. The user control exposes its elements via properties. When I inspect parameter (user control is passed to class using "this") I can see it's data in debugger, ...
GridView disapears after selecting Edit
Michael -
13 Apr 2006 3:01 PM - 3 messages
Hi Everyone, I have a gridview control with the following markup: <asp:GridView ID="grdPOs" runat="server" AllowPaging="True" AutoGenerateColumns="False" BackColor="White" BorderColor="#CC9966" BorderStyle="None" ...
Object reference not set to an instance of an object.
bazzer -
13 Apr 2006 2:59 PM - 4 messages
im filling a datset with names of films and need to get the number of films in the dataset. basically i want to know if its empty. but when i try and get the number of rows it gives me the error: "Object ...
Capture data before file upload
Chip -
13 Apr 2006 2:53 PM - 3 messages
I need to time a file upload using the 1.X HTML upload control. So I need the time the upload started, which is problematic since no page processing takes place until after the file is uploaded. Is there a way to write to the ...
handling Radio buttons in Formview with ObjectDataSource
Dabbler -
13 Apr 2006 2:31 PM - 6 messages
What is the best way to handle data interpolation between form controls and the actual sql data field. I have radio buttons that need to be interpreted, form values that have to be translated.. e.g. if (tbDaysDriveAlone.Text > 0) sb.Append( @"drive\"); ...
Embed the javascript file.
Jianwei Sun -
13 Apr 2006 1:44 PM - 3 messages
Hi, Dear guru, I have a question on embed a javascript into the master page. I put the following line <link runat="server" type="text/javascript" href="~/column.js" /> under the head, but obviously, it's not called anywhere. ...
Event Procedure firing twice??
ShaneFowlkes -
13 Apr 2006 1:43 PM - 5 messages
I have a odd thing happening. I have a sub that is called upon a button click and it seems to be firing TWICE. I have no idea how this is happening but I suspect is has something to do with page_load and IsPostBack. ...
RowFilter help needed
chris.withers -
13 Apr 2006 1:39 PM - 6 messages
Hi all, I'm attempting to do something like the following SQL query: SELECT * FROM `users` WHERE idusers != 3 | 2; such as: = "idusers <> 3OR 2"; But I get an error stating: Cannot perform 'Or' operation on System.Int32 and System.Int32. ...
call webservices in a farm scenario
Fabio R. -
13 Apr 2006 1:15 PM - 2 messages
To support a webfarm scenario, I'd like to use a webservice to update/delete cache objects. I have in my web.config the list of the local servers (192.168.0.1, 192.168.0.2, ...) and when I need to delete a cache object the webapp calls ...
Need help on CreateUserWizard control.
Learner -
13 Apr 2006 12:48 PM - 3 messages
Hello, I have defined another textbox control in the CreateUserWizard control and this is how I am trying to get the value of it in the code behind page is below im myStep As CreateUserWizardStep = New CreateUserWizardStep Dim DealerShipIDvalue As TextBox = ...
Validation Controls within user control
ticars -
13 Apr 2006 12:14 PM - 3 messages
I have a telephone number user control in which I need to validate the data entered (Required field validation and regular expression validation). The phone number is represented as 3 text boxes so I have 3 required field validation and regular expression validation controls. ...
Calendar control - current month only
stevebuy -
13 Apr 2006 11:27 AM - 5 messages
Hi, I hope I'm posting this in the right forum. I'm using a calendar control in a detailsview template (aspnet 2.0). Its bound to data but in the edit view it always displays the current month, not the month containing the date that the control is bound to. ...
Session variable trouble
aroraamit81 -
13 Apr 2006 10:18 AM - 15 messages
Hi, I am facing a trouble. I have some Session variables in my code and somehow my session variables are getting mixed up with other users. For example User A has access to 10 companies and User B has access to ...
[Framework 1.1] HTTP and HTTPS form in one aspx
sebastien.varoteaux -
13 Apr 2006 10:05 AM - 3 messages
Hi all, I have an aspx page which must contains two forms... I know that it's impossible but my client wants a login form in all pages... The login must be secured and all the website can't be in https! ...
Can't change mode in FormView
staeri -
13 Apr 2006 9:59 AM - 5 messages
I have a FormView with DefaultMode="Insert". I want to change this to DefaultMode="Edit" with code but this doesn't work. It's still in insert mode. I've used the following code: Sub Page_Load(ByVal sender As System.Object, ByVal e As ...
ATlas and Asp.net Client callback
Papanii Okai -
13 Apr 2006 8:48 AM - 6 messages
Hi Guys, As we wall know Atlas is a fairly new feature everyone is talking about (atleast at my school). Even though the idea of Ajax has been used in the past i was wondeing if anyone could explain a few things to me. ...
Problem using a FormView with an HTML table in Edit/Insert templat
Lorenzino -
13 Apr 2006 8:27 AM - 8 messages
Hi, I have a problem with bindings in a formview. I have a formview; in the insert template i've created a wizard control and inside it i have an HTML table with some textboxes bound to the sqldatasource of ...
Is it possible to manually recreate Session state with session cookie?
Johndoe -
13 Apr 2006 7:16 AM - 2 messages
Hi, I'm building a Web page with a Flash component that post some content to a handler (ashx file). There is a known bug with Flash 8 running on Firefox, whereby Flash will not send cookies (I believe only session cookies). This ...
Disable Asp.Net 2.0 Theme at page level
dvan -
13 Apr 2006 5:27 AM - 4 messages
I've created a theme Css for my Asp.net 2.0 web application. The web.config Pages Theme key is set to the theme name. Everything seams to work fine except for any page that I want to disable the master theme and apply another ...
Preferred way to do "update row, or insert if it doesn't exist" using TableAdapters in dataset desig
Is there any function return the short date format on the regional and Language Options under contro
Generated UPDATE statement. could not determine which columns uniquely identify the rows for "Custom
How can I do this in web page asp.net ..this.WindowState = System.Windows.Forms.FormWindowState.Mini
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||