|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
declarative model
Mike Gaab -
1 Apr 2006 11:47 PM - 2 messages
If I use the visual design features of VS 2005, what happens once a control is taken from the toolbox and placed in the design window? In VS 2003 you could see where the control was declared and instantiated. I would like to take a look at the companion partial class ...
can i change a HyperlinkURL in a Template field in a GridView via
Vear -
1 Apr 2006 10:30 PM - 2 messages
I have a gridview inside a content placeholder that has the first column as a hyperlink. I changed it from a Hyperlinkfield to a Template field so I could name the hyperlink control. I can't figure out how to reference it so I can ...
Computer Programming Website Help Needed
Kathy A. Hertzog -
1 Apr 2006 9:38 PM - 4 messages
Hello. My name is Kathy Hertzog. I am currently the president of Landlord Association.Com, Inc. which has a website for landlords at [link] We require technical assistance to continue maintaining and updating our growing website business. ...
Application_start and session_start still used?
Joe Befumo -
1 Apr 2006 8:46 PM - 7 messages
I just created the default personal site project in Visual Studio 2005, and it worked perfectly -- very nice. Next, I'd like to import some stat-capture code that I have working in a Visual Studio 2003 asp,net project. ...
Newbie Question-Site setup
Tom -
1 Apr 2006 8:10 PM - 1 message
Previously with asp, when I developed a new asp 'application', I just created a new subdirectory for the application and away we go. Now, I have developed a new asp.net 2.0 application using VS on my development machine. I tried creating a new subdirectory on ...
Leave no history
Bishoy George -
1 Apr 2006 7:56 PM - 1 message
I have a secured asp.net page that comes by some authentication. As this page contains some important data, I made some scripts to disabling save page. One of the measures I took, to open the window without menubar so there is ...
Repeater DataBinding - moving the Data forward
musosdev -
1 Apr 2006 7:37 PM - 4 messages
Hi guys I have a Repeater that I'm databinding to an OleDBDataReader which has the SQL... SELECT TOP 2 ... WHERE... ORDER BY ... But I don't actually want the top 2.. I want the 3rd and 4th TOP results of ...
HELP!!! - Request.Url
chanko -
1 Apr 2006 7:15 PM - 2 messages
Hello everyone! I need a little help from all of you Just needed to know if there was any way of getting the Request.Url of a Request.Url Let me clarify: There are pages, that will call on other pages. The 2nd page is ...
How many is a linke clicked?
Mohsen Vafa -
1 Apr 2006 6:45 PM - 5 messages
How can i count the number of click on a link? I don't want to use Response.Redirect. ...
Is storing connection string in a session variable a good idea?
booksnore -
1 Apr 2006 5:43 PM - 2 messages
I have an application where a have a single admin database and multiple customer databases containing the customer's warehouse data. In the admin database I hold a user table and also a client table which holds the encrypted individual clients connection string to their database. At ...
hide query string
prefersgolfing -
1 Apr 2006 5:42 PM - 3 messages
Is there a way to hide the query string in the address bar? ...
Problems with .NET 2 Menu
WT -
1 Apr 2006 5:27 PM - 4 messages
I use Menu navigation control in an ascx, the Menu if filled with Menuitems during Load event. Sub-MenuItems are added to the ChildItems collection. But on the display the behavior of menu is not working: everything is written in the same column, without any level considerations. ...
Best practice for Error Handling in ASP.Net and C#
RonL -
1 Apr 2006 4:31 PM - 7 messages
What is the recommended best technique for handling errors/exceptions in ASP.Net. I've read about the following techniques: 1. Try/Catch 2. Page_Error 3. Application_Error in the glabal.asax 4. Custom errors in Web.Config. I'm probably going to go with #1 (Try/Catch) but was wondering about the ...
Blocking Security Alert during Response.Redirect
dougloj -
1 Apr 2006 3:49 PM - 3 messages
Hi. Does anyone know how to keep a user from getting a Security Alert when I redirect from https: to http: in my code? Any and all ideas are welcomed. TIA - Doug ...
Which asp.net 2.0 book to buy
Patrick.O.Ige -
1 Apr 2006 2:43 PM - 7 messages
Professional ASP.NET 2.0 by Bill Evjen, et al or Programming Microsoft ASP.NET 2.0 Core Reference By Dino Esposito Any ideas? Patrick ...
event handling in asp.net
Mike Gaab -
1 Apr 2006 2:28 PM - 5 messages
I am having two problems: 1. Determing the signature of event handlers for any control that raises events. I have a handle on the arguments but the method name is not clear. 2. What is the relationship between event properties and public methods ...
Have some bugs in Login Control
ad -
1 Apr 2006 1:47 PM - 2 messages
I use the login controls of vs2005 in my WebApplication. It run ok in development time, but the login will always fail after deployment. Have some bugs in Login Control? ...
RESOURCE FILE PROBLEM
Savas Ates -
1 Apr 2006 1:37 PM - 2 messages
I created App_GlobalResources directory and I put my Resource file which is named WebResources.resx It includes one record name value Button1 isbuluyorum and other fields are empty. ...
Session_End
Bruno -
1 Apr 2006 10:16 AM - 15 messages
We are attempting to automatically log users off from the Session_End event in global.asax. It is not a critical task, more of a housekeeping task so that we know if users have closed down their browsers without logging off ...
binding sitemappath with custom .sitemap file
Danial -
1 Apr 2006 9:28 AM - 2 messages
Hi, How can I bind sitemappath (breadcrumb control of asp.net) to a custom ..sitemap file? By defualt its looking for web.sitemap file and giving me not found exception. Thanks Danial ...
Dot Net Nuke - Newbie - How to add a module
Beenz -
1 Apr 2006 8:12 AM - 3 messages
Hi, Dot net nuke is smthg completely new for me, although I am working on ASP.Net for aorund 2 years. I want to create a portal using DNN, need to add a module(written in C#) to it. But I am just unable to work this ...
i have a problem with cssclass could any one help
prasad -
1 Apr 2006 8:06 AM - 3 messages
see iam having a user control and i want a cssclass for that users control ,no prolem in providing that .but the problem is that it requires two diff styles for the same control so i need two cssclass files but i think i should not pass two css classes ,so what i can do ...
password correct, but fail login
ad -
1 Apr 2006 5:22 AM - 1 message
I use login controls in my web application, and have web.config as below: <forms name="HealthCookie" loginUrl="Login.aspx" defaultUrl="Home.aspx" protection="Validation" > If the user enter wrong password in the login control, the failureText of ...
Session state issue
prof_martin -
1 Apr 2006 4:18 AM - 4 messages
Hi, I'm using .net 1.1. I have ASP.Net appl, shopping cart ,with dataset on sesion. Dataset here to store all selected items, sesion timeout 120 mins. Problem is, I got report that: user A select 5 items then close browser, ...
General Practise for deploying CR on ASP.Net
Rabbit -
1 Apr 2006 3:30 AM - 4 messages
I would like to know the common practise for the captioned subject Currently if create a Web Setup Project to deploy my ASP.net 2.0 solution, it will include all my source code, as my target machine don't have crystal ...
Custom Error Problem
dave_93_98 -
1 Apr 2006 2:08 AM - 2 messages
Hello, I am trying to use my apps global.asax and web.config to log an error message and move to a custom error page. This works great locally but does not work on a Win2K3 server (it redirects to the error page but ...
User Controls and Session
ad -
1 Apr 2006 1:37 AM - 2 messages
I am using the UserControls of VS2005 to verify user login, and I use Session to cache some user's data. Will the session data will be clean when user logout then login immediately? ...
Prob Creating PDF with Adobe 7.07
GaryDean -
1 Apr 2006 1:33 AM - 3 messages
( First, I'm using .net 1.1 and, yes, I posted this problem on the Adobe Forums but that won't do any good because they have very poor support) In the code pasted below, MyReport is a Crystal Report object. this code ...
eMoovie - a new company - we need sponsors
eMoovie -
1 Apr 2006 1:30 AM - 1 message
Hello ! We are eMoovie, a young swiss start-up based in Geneva. We developed SICMovie, a novel technology for VOD security. This technology is not a DRM but a DRT (Digital Rights Tatoo). The goal of DRT is not to control the customer's use of the downloaded movie ...
1.1 Button Event not being recognized
jw56578@gmail.com -
1 Apr 2006 12:55 AM - 2 messages
I make a test page: test.aspx i put one button on the page i compile i access the web server by Http://servername click button, event fires and "testing button not working" appears on the page i access the web server by http:// hostheadername ...
ASP.NET 2.0 -- Page_Load called multiple times
amitku -
1 Apr 2006 12:30 AM - 5 messages
I am working on a web site and whenever someone arrives at the home page, I'm trying to track this by inserting some values into my database. I do so from the Page_Load function. Unfortunately for some reason, ...
CommandName and CommandArguments not persisting in TemplateField
ChemFinder -
31 Mar 2006 11:44 PM - 1 message
I created a DataGrid with a templated field: <asp:TemplateField HeaderText="Status"> <ItemTemplate> ...
HTTP/1.1 500 Internal Server Error. Pleeeease...
fazeee -
31 Mar 2006 11:40 PM - 2 messages
Hi Everyone! I am trying to create ne C# Project in VS 2003 (I use XPSP2) The problem is as follows: The Web Server reported the followin error when attempting to create or open the web project located at the following URL: ...
Which built the account of ASPNET
ad -
31 Mar 2006 11:08 PM - 4 messages
There is an ASPNET account in my windowsxp. Which program built it? IIS, .NETFRAMEWORK 2.0, or ? ...
Missing file error ?
Henry Lee -
31 Mar 2006 11:02 PM - 2 messages
hi, I try to use some ADO.NET 1.1 code in the Visual Web Developer 2005 express. So I add these namespace in web.config <add namespace ="System.data"/> <add namespace ="system.data.oledb"/> ...
grideview's OnRowUpdating event not fire
wei -
31 Mar 2006 11:02 PM - 2 messages
Hello all this is problem I worked a few hours without answer, this is my gridview control------- <asp:GridView ID="gview" runat="server" ...
Which account for my app pool?
Fariba -
31 Mar 2006 10:13 PM - 5 messages
Hello All,, I am just wondering what account usually people put their application pools under? Low privilage or high privilage account? If we put our application pools under low privilage accounts ,then developers have to use impersonation to get enough permissions required to ...
ASP.NET 2.0 - Loosing session information
cyndi_r2000 -
31 Mar 2006 10:12 PM - 16 messages
Hi Everyone: I have a web application running on .NET 2.0 under IIS 6.0 and users of this application seem to be loosing their session randomly - we havent been able to identify any pattern, except for warnings in the event ...
Email Attachment from Web Page (without saving to HD)
dave -
31 Mar 2006 10:10 PM - 4 messages
Is it possible to upload a document (from asp.net page file upload control) and attach to an email message without saving to the hard drive? thx dave ...
passing a string from the server to client side javascript
Lyners -
31 Mar 2006 9:41 PM - 11 messages
Hello all, I have an ASP.NET website where one of my pages contain javascript that is a check to see if anydata within a datagrid has changed. My problem is that it takes a considerable amount of time to populate the array in the javascript ...
Export to Tab Delimited Text File
David Lozzi -
31 Mar 2006 9:27 PM - 3 messages
Howdy, I need to export some data to tab delimited text file. I was hoping to simply convert my datagrid to it, but I can't seem to figure out how. Here's what I got in the page header. ...
checkbox bind with 0 = checked?
Maarten -
31 Mar 2006 9:05 PM - 5 messages
I have a bound-checkbox. The database value = 0 but the checkbox got checked? Why is that? What value should be in the database for being not checked then? tia ...
Newbie Question About Setting Table Column Width
Robert W. -
31 Mar 2006 9:04 PM - 4 messages
I'm new to web programming so please excuse my ignorance. With that said ... I've added a 2-column, 3 row table to control the placement of everything on the web page. The first row contains the header and spans the entire width. ...
Why doesn't attached code for Client Callback function?
Paolo De Nictolis, Eng. [441410] -
31 Mar 2006 8:30 PM - 1 message
Hello everybody, is anybody able and tell me why attached code for Client Callback is correctly executed, but function which reverse textbox input is not executed? Paolo De Nictolis, Eng. - 441410 [attached file: ClientCallback2.aspx.cs] [attached file: ClientCallback2.aspx] ...
Page Re-Direct On Session Timeout
Ed -
31 Mar 2006 8:18 PM - 3 messages
I am using Form Authentication with the new authentication controls in ASP.NET 2.0. I would like to be able to check to see if the user's session has timed out and redirect them to a page to allow them to re-login in. ...
How to? AutoGenerateSelectButton manually
eric.olstad -
31 Mar 2006 8:13 PM - 4 messages
A GridView control in ASP.NET has the option to Auto-Generate the select button (which is a link that calls __doPostBack which I presume does a post-back to the server). Is there information on how to generate this __doPostBack function manually? ...
Find URL in a string
Mike Kansky -
31 Mar 2006 7:38 PM - 3 messages
Is there a built in function in .NET to find URL in a string so i can format it as <a href="url" ? useful for Forum Posts and other human entered text. ...
Best way to display a label with text from db?
Kees de Winter -
31 Mar 2006 7:36 PM - 2 messages
Hi, If I want to display some text value coming out of a database on an aspx page (on a label), do I really have to create a connection and command object etc. all manually (such as in the code below) or is there an easier ...
help about unxpected ";"
david -
31 Mar 2006 7:34 PM - 7 messages
My web form worked fine before. Today I found three buttons do not work, including a close button with ID btnClose. I use btnClose.Attributes.Add("onClick", "window.close()") in codebehind in VB. The IE error message on the bottom after page loading: ...
String was not recognized as a valid DateTime.
hodgesp -
31 Mar 2006 7:23 PM - 2 messages
I have a Datagrid that I'm trying to use to update a SQL table. The grid
works and I get the EditCommand to work. When I make a change to a
field, I get a date error. I was getting invalid cast error, but I
changed my Update script. All the scripts I found seem to work up to
that point. What am I missing? BTW-Im using c#. ...
GridView SelectedIndexChanged value
sck10 -
31 Mar 2006 6:55 PM - 2 messages
Hello, Iin my ASP.NET page, I have a Gridview and a FormView control on it. The FormView control will display the detailed data depending on the value from the GridView's SelectedValue. How do I capture the SelectedValue? ...
Attached Word Document in a ASPX
Miloann -
31 Mar 2006 6:49 PM - 1 message
We are implementing an application that sends reminder emails to employees in other departments through intranet. The application comes with an email template in ASPX. Can I modify the codes to include an attached word document? Where should I store the word document? The APSX codes is listed ...
<httpmodule remove> tag not working
Bill -
31 Mar 2006 6:44 PM - 1 message
I have a .NET 2.0 application running on Windows 2003 Enterprise. Root directory adds a custom http module. <httpModules> <add name="SitesModule" type="Classes.SitesModule"/> </httpModules> ...
Error handling for html/image resource
walter -
31 Mar 2006 5:52 PM - 2 messages
Hi there, I created a httpmodule to handle the exception globally. The only catch is that it cannot catch any 404 error from html or image. So I wish someone here could share some lights on this question .Appreciate any inspiriting thought. ...
How do you get the IP address of a computer using ASP.net?
Progman -
31 Mar 2006 5:51 PM - 11 messages
How do you get the IP address of a computer using ASP.net? I tried Request.UserHostAddress and it does not work. I get Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, ...
InputAttributes in RowCreated (gridview)
Pipo -
31 Mar 2006 5:50 PM - 2 messages
Hi, I want to bind my checkboxes during Rowcreated in the gridview. I want to render: <asp:CheckBox ID="chkDIS1" runat="server" Checked='<%# Bind("DIS1") %>' /> I tried: chk.InputAttributes.Add("Checked", "'<%# Bind(""" + "DIS" + dtt.Rows(intRowCounter).Item(0).ToString + """)" + "%>'") ...
Using server-side OCX control with ASP.Net Web Service
las -
31 Mar 2006 5:48 PM - 9 messages
(Originally posted to framework.aspnet.webservices, but I am casting a larger net and trying again) I am using a library supplied by a third-party vendor. Although the library has no UI, the vendor supplies it as an .OCX control. ...
Reference A var on Master Page from User Control
Michael -
31 Mar 2006 5:30 PM - 14 messages
I have setup a public variable in the Master Page "code-behind-file". Now I would like to set that value from the UserControl, but I can't seem to find a way to do this. Does anyone have any ideas? I'm basically trying to set it up ...
Newbie-ish Question about Building Reports from a Datamart
Gummy -
31 Mar 2006 5:21 PM - 5 messages
Hello, I am not brand new to .NET, but I'm still a beginner. We have an Oracle database that nicely compacts (cubes) the data we need (think mini-data mart). Unfortunately, this data is currently placed in about 20 different huge Excel sheets for distribution. Ick! ...
Error when trying to access User Control
ticars -
31 Mar 2006 5:12 PM - 3 messages
I'm getting a weird error when trying to access a user control from within a base page during runtime. Here's what I have: I have a master page with a user control on it. I then have a few ...
ASP.NET - SEcurity Configuration with ADAM error
shikarishambu -
31 Mar 2006 4:49 PM - 1 message
I am trying to get my ASP.NET web application to use ADAM as the membership provider. I have an ADAM instance setup on my machine (Windows 2003 server) running under Network Services account. And, I have my local account as the ...
using sa with SQL 2005 problem??
Les Caudle -
31 Mar 2006 4:34 PM - 3 messages
I un-installed SQL 2000 developer's edition and installed SQL 2005 developer's edition in mixed mode security with the exact same sa password. I then attached my old databases. Even thought the web server is located on the same machine, I can no longer us ...
Datasets - Cloning problems
P K -
31 Mar 2006 3:48 PM - 4 messages
Hi, I have 3 datasets d1Main is the main dataset having rows. I loop through rows in d1main and any row failing validations is moved to d2Bad dataset. I had to clone d2bad as d1main and then add failed row to ...
TreeView control for web form in .NET1.1?
david -
31 Mar 2006 3:48 PM - 6 messages
I do not know if there is a treeView control for web form in .NET 1.1. I know there is IE Webcontrol package which has the treeview control for ..net 1.0. I have tested it in .net 1.1 before. It did not work. About the ...
graphical display
bazzer -
31 Mar 2006 3:32 PM - 3 messages
im doing an ASP.NET web application for booking cinema tickets online. for one part of it i need to show a graphical display(very very basic) of seats in a particular screen of the cinema. it would need to show ...
Umlaut in the Params of an ASP.NET page
Reinier -
31 Mar 2006 3:23 PM - 2 messages
Hi all, When I try to get the parameter from an ASP.NET page, all characters with a umlaut disappear. So when I request the following URL: [link]"Müller" and I use the following C# code: ...
Problem: GET/POST/ViewState and swapping CLIENT IP address in one session
Tony -
31 Mar 2006 3:15 PM - 2 messages
I would really appreciate it if anyone has any thoughts on this one - it's driving us mad. We have a web site which is using ASP.NET 1.1 and which is load balanced across two web servers with IP affinity. It generally works ...
passing exception messages from a dll to a client
Sridhar -
31 Mar 2006 3:12 PM - 6 messages
Hi, I have created a web application. I have a data access dll to interact with database. I added this dll as a reference to the web application. Now let's say if I am calling a function in data access and if it throws ...
Does Windows Media Player plugin work over HTTPS?
NiNiT -
31 Mar 2006 3:12 PM - 1 message
I need to display embedded Windows Media Player plugin inside a browser that fetches its video over HTTPS. Is that possible? In other words, does Windows Media Player embedded plugin support HTTPS. The HTML code generated by my aspx page is the following : ...
Migrating from 1.1 to 2.0
Stuart Quinn -
31 Mar 2006 2:49 PM - 3 messages
Is there anything special I should know about migrating my website from 1.1 to 2.0? I was just planning to add new pages to a project in 2.0, and then copy the 1.1 pages over one by one. ...
ftp from ASP.Net 2.0
sparty1022 -
31 Mar 2006 2:48 PM - 10 messages
I believe that I have spent days looking for a "HOW TO" on developing an ftp process from an ASP.net 2.0 page that utilizes a "FileUpLoad" control. Can I not just call the "SaveAS"(ftp_site, username, password + filename) ...
Wiring events from UserControl in WebForm
Joe -
31 Mar 2006 2:48 PM - 1 message
Hello All: I ahve a webform which contains two placeholders. The first placeholder contains a user control used for spell checking. When the spell checking is done I want the control to "disappear" (i.e. I'll set the placeholder's ...
Re: How to transfer files via FTP under .net?
sparty1022 -
31 Mar 2006 2:40 PM - 1 message
broken link ...
how keep the values of JavaScript variables unchange when page pos
david -
31 Mar 2006 2:38 PM - 2 messages
My question is how to keep the values of JavaScript variable unchanged when the page is posted back to the server? Problem: The JavaScript is used in HTML for computing in aspx web page (form) design. When the page is posted back to the server, the values of ...
JavaScript: how to keep the variable values when page posted back
david -
31 Mar 2006 2:35 PM - 3 messages
I write JavaScript for client side computing in HTML file in ASPX design. However, I found that the variables declared in JavaScript are initialized again when the page post back to the server. Therefore, after that, the computation would be wrong. My question is how to keep the values of the ...
debug CodeBehind
js -
31 Mar 2006 2:26 PM - 3 messages
hi, I'm working on the DNN asp project. I want to modify a control called "urlcontrol.ascx", the original declaration is: <%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.UserControls.UrlControl" %> and from the source code package, I found the source code ...
adding linkbuttons at run time?
bazzer -
31 Mar 2006 2:04 PM - 3 messages
hey, i have an ASP.NET webform linking to a microsoft access database. at runtime, i need the application to add x linkbuttons to a panel. x will be the number of entries under a certain field in one of the tables ...
ReadXml doesnt format the data correctly
koldskaal -
31 Mar 2006 1:59 PM - 1 message
I am making an application that retrives data from a webservice. The problem is that it cant read quote marks and other special charachters. Instead og these characters it displays little sqares. When reading the xmlfile in IE the same problem occurs, but firefox ...
WebRequest using the wrong credentials
cashdeskmac -
31 Mar 2006 1:44 PM - 2 messages
I have used impersonation to assign all logged in users an account to access a folder on a network share. However, when they try to access this folder, they are doing so as the machine user, not the identity they are logged in as. ...
Cache dataset
New -
31 Mar 2006 1:42 PM - 3 messages
Dear all, I would like to cache dataset in client side to reduce the workload of the network when the client access the same page. What kind of object in ASP.NET can serve this purpose ? Thanks. ...
Strange postback behavior of user controls
campwes -
31 Mar 2006 1:32 PM - 1 message
Hey there. I have a user control on an aspx page that displays data based on a query (handled by another user control also on the page). I've noticed that the first time I navigate to the page with the user ...
Check Image is over another Image
Varangian -
31 Mar 2006 1:14 PM - 10 messages
Hello is there a way to check if an image is over another Image ? thanks ...
Allow anonymous access only
cashdeskmac -
31 Mar 2006 1:04 PM - 5 messages
Is it possible to allow only anonymous users access to the contents of a folder, rather than all users? ...
Finding a SubString within a String
Badass Scotsman -
31 Mar 2006 12:43 PM - 3 messages
Hello, Using VB and ASP,NET I would like to be able to search a STRING for a smaller STRING within, based on the characters which appear before and after. For example: String1 = " That was a tasty burger" How can I return the word Tasty, by referencing the word "a" and ...
VS2005: ASP.net forms designer: Intellisense
Martin Robins -
31 Mar 2006 12:42 PM - 2 messages
I have created an inherited control based upon the GridView control, however when I use this control within the VS2005 ASP.net form designer I can no longer access the intellisense for the base control (technically it is now in a new namespace instead of the original "asp"). ...
Application Center Test - Login In Once, Make Multiple Calls?
Spam Catcher -
31 Mar 2006 12:28 PM - 1 message
Hi all, I got ACT to work successfully with Forms Authentication, however, I like to only log in once per user, then make multiple requests. Here is my Main Sub: Sub Main() call RequestLoginPage() ...
current date?
bazzer -
31 Mar 2006 12:20 PM - 3 messages
hey, can anyone tell me how i would go about getting the current date to use in an ASP.NET web form for visual basic.NET 2003 please? ...
Big problem: all button controls just stopped working
Aahz -
31 Mar 2006 12:14 PM - 4 messages
I have big asp.net , c# project with many buttons and image buttons that suddenly stop firing, when you click on button form -nothins happen. What strange that in Firefox they are still work fine, but not in IE. ...
Dynamic MENU ITEM in ASP.Net
jayender.vs -
31 Mar 2006 11:42 AM - 2 messages
Hi, I am doing a menu in asp.net here is the sample code for that: <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" > <Items> <asp:MenuItem Text="<%=m_Menu[0]%>" Value="New Item"></asp:MenuItem> ...
WebRequest class
cashdeskmac -
31 Mar 2006 11:40 AM - 3 messages
I am trying to create an XML file in a shared folder on the intranet but keep getting an exception. I am using the Create method of the WebRequest class and calling the response method afterwards. The syntax is fine, but I am being told that I cannot access the folder. ...
Debug DLL Performance over runtime ones
Jon -
31 Mar 2006 11:07 AM - 2 messages
Hello, I have 3 asp.net dll's that are on my host in debug mode, now, the runtime ones won't work, I know the reason why. But i just wanted to know if there#ll be much of a performance reduction. ...
QUERY: JavaScript vs. ASP.NET Web/Server Controls
dhruba.bandopadhyay -
31 Mar 2006 10:56 AM - 2 messages
Is it possible for JavaScript to access the DOM of ASP.NET Web/Server Controls? For example, I have a legacy HTML forms, controls, etc. If I convert
all my HTML into Web Controls (by adding runat="server & id="") then will ...
Setting focus to FormView's child controls...
Dick -
31 Mar 2006 10:34 AM - 10 messages
How do I set the focus to a control that is a child to a FormView? I've tried the obvious (below) and lots of variations but none seam to work! Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles ...
ASPHyper link problem
aroraamit81 -
31 Mar 2006 10:28 AM - 3 messages
Hi, I am trying to assign value to ASPHyperLink control's NavigateURL property at run time, but it gets converted to relative address rather than absolute address and application's address gets prefixed to it. For exampls my link is [link], now when I click to link the link ...
Prevent INamingContainer
Martin Robins -
31 Mar 2006 10:27 AM - 3 messages
I have a situation where I need to specify the names for some controls without the parent INamingContainer getting in the way - this is because I am using 2 hidden fields to pass data to another site but due to the use of ...
Filter SQLdataSource
simonZ -
31 Mar 2006 10:24 AM - 4 messages
In gridView I have dropdown list : <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ProductID" DataSourceID="SqlDataSource1"> <Columns> <asp:BoundField DataField="ProductID" HeaderText="ProductID" InsertVisible="False"ReadOnly="True" SortExpression="ProductID" /> <asp:BoundField DataField="ProductName" HeaderText="ProductName" SortExpression="ProductName" /> ...
Gridview / autopostback problem
postings -
31 Mar 2006 10:10 AM - 2 messages
Hi I have problems with autopostback and the gridview control. Please continue reading. The code below turns a row red when a tickbox is ticked in edititemtemplate. Note autopostback on the tickbox is enabled and the code works perfectly. ------------------------------------------------------------------------------------------------------------------- Protected Sub CheckBox1_CheckedChanged(ByVal sender As Object, ByVal e ...
Implementing MoveFirst(), MoveLst() etc into collection...
Duncan -
31 Mar 2006 10:04 AM - 4 messages
Hi, I have been passed a class to work with, but am having some problems. I do not know the origin of the code, and am having problems with some functionality. The VB class implements IEnumerable, which I understand allows for fwd only ...
Post XML and Redirect
Brano -
31 Mar 2006 9:23 AM - 4 messages
HI all, I am looking to post XML data to a particular page and also redirect to the same page. I have coded a WebReqest code in page0 that posts the XML to the page1 and then the page1 in its PageLoad event reads and parses the XML it ...
Where can I find the .designer.cs file in an ASP .NET 2.0 project
mj -
31 Mar 2006 9:23 AM - 6 messages
Hi, I use VS 2005 to create a Web site, there should be some .designer.cs files for the Web Forms, but I can't find them. And I want to override the Page class's PreInit method, how can I do with ...
.NET winform application. email function is pointed to the SMTP server of Linux. But it showns "Pick
| |||||||||||||||||||||||