|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Using Auto-Generate Fields with Gridview, how to set column alignment???
gwhite1 -
29 Apr 2006 9:50 PM - 2 messages
I am using the auto-generate fields option because my query can be different based on what the user selects. But I would still like to set the column alignment but I can;t seem to access the columns in code ...
GridView binding - how to stop initial binding
Amit -
29 Apr 2006 9:32 PM - 6 messages
Hello, I have a simple search screen, with two drop-downs and a text box. There's also a GridView control that is using a SqlDataSource control to show the matching results. The SqlDataSource uses the control values in its query as ...
ReportViewer PDF export
PW -
29 Apr 2006 9:05 PM - 1 message
Generated a report with the reportviewer control. The entire report is only 7inches wide and it renders properly in the web browser. But, when I export to PDF it becomes two pages. It takes the first two textboxes on the first line of the report and splits them across two pages in ...
Server.Transfer Question
Ranginald -
29 Apr 2006 8:56 PM - 3 messages
Is there a disadvantage to using the Server.Transfer technique -- eg. vs. Response.Redirect? Thanks ...
Drawing over a window
rituchawla123 -
29 Apr 2006 7:15 PM - 1 message
Hello All, Can any please help me in finding out how we can create following web page: 1. Initially web page should draw a bitmap in a predefined area. 2. User should be provided with a control pallete with controls for ...
Drawing over a window
rituchawla123 -
29 Apr 2006 7:15 PM - 1 message
Hello All, Can any please help me in finding out how we can create following web page: 1. Initially web page should draw a bitmap in a predefined area. 2. User should be provided with a control pallete with controls for ...
IIS and Skype Conflict
Robert W. -
29 Apr 2006 6:27 PM - 2 messages
I've observed that everytime I reboot my computer, IIS will not start. I've tracked this down to a conflict with the well known product, Skype. Shut off Skype and I can start IIS. I'm curious to find out if anyone knows what the conflict is between these ...
Un-Beveled Pull-Down Lists
Alex Maghen -
29 Apr 2006 2:08 PM - 3 messages
I don't seem to be able to do anything to change the border style of my standard pull-down list controls on a page. I've messed with the Style property, the Border-Style property, everything. Nothing seems to have any ...
foreach ImageButton problem
Varangian -
29 Apr 2006 1:47 PM - 4 messages
Hello how come foreach(ImageButton imgbtn in Page.Controls) doesn't work ? whats wrong in that statement? what should I do? I need to go through each ImageButton in the Page, without going through all the other controls. thanks ...
Two way databinding using variable names
cab0san -
29 Apr 2006 1:21 PM - 2 messages
Is it possible to use a publicly scoped string vaiable as an argument to the bind method? A normal bind method works like this: <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("CustID") %>'></asp:TextBox> ...
Preserving data within a whole application.
Omega -
29 Apr 2006 1:19 PM - 5 messages
I just recently recieved my full copy of Visual Studio 2005 (excited!!!), and have gone head first into writing my first application. Sadly, I've hit a design barrier. upon deploying an application - similar to servlets. I don't really ...
ASP.NET 2.0 Return Values
Kevin -
29 Apr 2006 1:15 PM - 4 messages
Have the following code to extract the ID of a member once a new member has been inserted into the SQL 2005 Express database. Dim myID As String = "" Dim myConnString As String = ConfigurationManager.ConnectionStrings("ConnectionString").ToString Dim mySelectQuery As String = "SELECT IDENT_CURRENT('Members')" ...
Problems Passing Parameter from web page 1 to web page 2.
Ranginald -
29 Apr 2006 12:58 PM - 5 messages
Hi, I'm having trouble passing a parameter from my default.aspx page to my default2.aspx page. I have values from a query in a list box and the goal is to pass the "catID" from default.aspx to a stored procedure on the details2.aspx ...
DATAGRID PROBLEM
Savas Ates -
29 Apr 2006 11:32 AM - 2 messages
First When I Bind my datagrid It returns --Unisex-- value for my GENDER_NAME field. When I click Edit , Write UNI to update UNÝSEX value and Click Update button i catch UPDATE TBL_GENDER SET GENDER_NAME='Unisex' WHERE GENDER_ID=1 ...
webservice 2005
perspolis -
29 Apr 2006 10:12 AM - 1 message
Hi all I had a webservice written in 2003 but now I immigrate to 2005 and face to some problems. when I run it from IIS I get this error "A name was started with an invalid character. Error processing resource ...
Data conversion Error
Reggie -
29 Apr 2006 9:42 AM - 3 messages
Hi and TIA. I have a dataset that I fill from an Access table. Some integer and date fields are null. I'm iterating through the records and sending them to an SQL database table. The problem I'm having is I get an ...
Response.Redirect in v2
Mark Rae -
29 Apr 2006 7:43 AM - 3 messages
Hi, I have a fairly simple site, the vast majority of which is available to everyone on the public internet. However, the site has one section which requires logon via the standard username-password combination. The usernames and passwords are stored in ...
How to clear Viewstate in aspx (or ascx) page
asgars -
29 Apr 2006 7:40 AM - 3 messages
hi friends, i am having an aspx page. i want to clear its viewstate on a particular condition. Is that possible? If yes, how can i do so? Plz help me. ...
Website Images Broken
Jon B -
29 Apr 2006 6:48 AM - 13 messages
Hi There! For some reasons, some images of my ASP.NET website are cannot be displayed in the browser (even tho they exists on the server). They are just normal JPG and PNG images and the website has been working fine before. I tried ...
support language
sachin_himcs -
29 Apr 2006 4:52 AM - 2 messages
sir I want to know that ...net support many language .is java one of them language.
--
sachin_himcs
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Sending data over internet using web service
Jonathan Woods -
29 Apr 2006 4:18 AM - 3 messages
Hi there, I have encountered problem of losing data sending over internet using web service. I consume web service that connected Oracle Database. I submit 687 SOAP Messages to 1 Web Method concurrently. (With synchronize method) [WebMethod] public bool SubmitDPSuccessResult(string dpNo,string tkNo,string ...
Get session variable in javascript
joe -
29 Apr 2006 2:48 AM - 2 messages
if i create a session variable name session('abc') in asp.net how to get it in javascript ...
User.Identity.Name
Darrin -
29 Apr 2006 2:13 AM - 1 message
I have a ASP.NET (using vb.net) application setup that allows someone to fill out an application form. The form goes across multiple pages (10) so on the first page I assign a unique ID and store it in a cookie and use it ...
Leaving FormView state without cancelling
sck10 -
29 Apr 2006 12:45 AM - 3 messages
Hello, I have a LinkButton that I use to open a FormView in ReadOnly mode "ShowList", and a LinkButton to open the same FormView in the Insert mode "NewRecord". If the user clicks "ShowList" then a GridView opens up and ...
GetWebResourceUrl and dynamic resources
Jeremy Chapman -
28 Apr 2006 11:50 PM - 4 messages
Normally I would use GetWebResourceURL which would which would return the WebResources.axd url of a resource in my assembly. I would put that in my aspx and at run time the browser would do a get on that url and the ...
ASP.Net 2.0 class library?
instruo -
28 Apr 2006 11:31 PM - 4 messages
Hi there, I've created a class derived from System.Web.UI.Page that I'd like to be able to put into Reference Assembly for easy sharing between subwebs. However, I can't seem to find any way to create such a class library for ...
how to make checkbox writable on Gridview initializatio?
hazz -
28 Apr 2006 10:57 PM - 1 message
using (IDataReader dataReader = db.ExecuteReader(CommandType.Text, "Select Column_Name,Include_in_Report From ColumnsToSelect")) { this.GridViewColumns.DataSource = dataReader; this.GridViewColumns.DataBind() Include_in_Report is a bit datavalue and turns into a checkbox on page load. Great! But I want it to be writeable. I noticed on 'view source' there is a ...
Help - need to extract boundary separated multi-part data from HttpRequest
jjouett -
28 Apr 2006 10:13 PM - 3 messages
I'm trying to setup an ASPX web page to service requests from an existing Java Client that posts multi-part data as a way to upload files, and I can't find a straightforward way to process the request. ...
Exceptions thrown in ICallbackEventHandler's RaiseCallbackEvent ST
William Sullivan -
28 Apr 2006 10:10 PM - 1 message
My code goes something like this: public void RaiseCallbackEvent(string eventArgument) { try{ callbackText = SomeReallyObscureFunction(); catch(SomeReallyObscureException sroe) { Logger.LogException(sroe); // now I know what's going on ...
TableCell: BackColor Property But No BackGround Property?
Nathan Sokalski -
28 Apr 2006 10:04 PM - 2 messages
I am using an ASP:Table Control to make a table. I know that the HTML TD tag has a background attribute and a bgcolor attribute. The TableCell has a BackColor property, which is the equivelant of the HTML bgcolor attribute, ...
How to use P3Admin to create email accounts?
Brady Love -
28 Apr 2006 9:42 PM - 9 messages
I am very new to asp.net and I am currently working on an application that when users sign up it also creates a email account for them.I have done some reserch and found that this is possible to do using ...
How can I hide a link?
needin4mation -
28 Apr 2006 9:18 PM - 3 messages
Hi, I have an older webpage that uses a querystring to send data to an asp classic page. In that link there is data that contains sensitive information. I do not want this displayed when the user hovers over ...
ASP.NET formus down?
Felix -
28 Apr 2006 9:09 PM - 6 messages
Is anyone else having problems logging into the forums on [link] Everytime I try to log in, it acts as if it can't hold my session and makes it appear as if I'm not logged in. ...
Time functionality
Sagaar -
28 Apr 2006 9:01 PM - 2 messages
Hi I want to calculate executing of SOAP method and wait till 10sec if it takes more than 10 sec I need to throw a error and cancel the requst... any ideas how to do this? Wit Regsad Sagar ...
Changing Resource files after Publishing / Deployment asp.net 2.0
Rahul -
28 Apr 2006 8:55 PM - 1 message
I have some resx files inside my Global Resources folder for the web and some other Resx files for the DataAccess layer project .For web project I am using Resx files for the Form control's (Label, textboxes etc..) naming purpose. My project would require constant changing of ...
How auto refresh page but with new data?
Ronald S. Cook -
28 Apr 2006 8:30 PM - 4 messages
I want to have a web page that shows the first 10 records of data. I want it to wait 10 seconds and then show then next 10 records. How can I do this? This is for events like what you'd see on a digital sign in a hotel lobby. ...
Tool similar to BizTalk Schema Editor?
BigDave -
28 Apr 2006 8:30 PM - 3 messages
For a previous employer, I did a lot of BizTalk 2004 development, but am no longer doing so, and do not even have BizTalk installed. One of the things I miss is the BizTalk Scheme Editor, and how it displayed elements in a vertical tree. ...
asp.net application not resolving relative paths
rjbr -
28 Apr 2006 8:15 PM - 3 messages
ASP.NET problem I have ASP.NET 1.1 application installed on 3 server Win2003/IIS6 Relative paths are being resolved in 2 of those but not on one dir structire /app/ /import I am using following in code ...
Access Control in DataSource
myzm -
28 Apr 2006 8:11 PM - 3 messages
Hi, I have a FormView looks like this <asp:FormView> <ItemTemplate> <asp:Table> <asp:TableRow> <asp:TableCell> ...
FormView: Error inserting & updating currency
sck10 -
28 Apr 2006 7:52 PM - 3 messages
Hello, I have a SQL Server 2K table with a field set to currency. When I try to insert or update a FormView, I get the following error: Disallowed implicit conversion from data type nvarchar to data type money, ...
databound DropDownList columns?
cider123 -
28 Apr 2006 7:41 PM - 3 messages
I have a SqlDataSource bound to a DropDownList Combo. Works just fine. I noticed 2 properties you can set in the DropDownList, 1 for the value to be displayed in the "Text" column and 1 for the value to be used in ...
Dropdownlist not displaying list
Michael -
28 Apr 2006 7:33 PM - 1 message
Hi Everyone, I had posted a message about the dropdownlist not displaying newly added items. Just alittle background. I'm working with a masterpage and a usercontrol(Search control) (VS2005) that contains a few controls and a dropdownlist. Once the user logs in I have a event that is triggered(Master ...
table layout problem.
jae lee -
28 Apr 2006 7:31 PM - 2 messages
Hello, I am using visual web developer express. I have created a simple login page, and i am using tables to control layout. The design view is different than browser view. In the design view, it looks perfect, but ...
switching between HTML and ASPNET
Kenny M. -
28 Apr 2006 7:16 PM - 8 messages
Hi I want to write de content of a variable from my asp net code into the Title Bar of the Browser each time I need to switch between those world (HTML-ASPNET) I suffer cause I don’t have clear the boundaries in between ...
How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET
Tony Tone -
28 Apr 2006 6:38 PM - 3 messages
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem? ...
How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET
Tony Tone -
28 Apr 2006 6:38 PM - 1 message
Hey Guys, I am trying to create a DropDownList with Hyperlinks as ListItem. I am creating a web page with ASP.NET and VB Any suggestions or Solutions to my problem? ...
Does HttpBrowserCapabilities work?
Robert W. -
28 Apr 2006 6:06 PM - 6 messages
I just added this line of code to a simple aspx page: HttpBrowserCapabilities browserCap = new HttpBrowserCapabilities(); Yet when I used QuickWatch in Debug mode to inspect 'browserCap' all the properties were null. How come? ...
Make session last longer than 20 minutes.
George Ter-Saakov -
28 Apr 2006 6:05 PM - 4 messages
Hi guys/girls, I just published this article on codeproject and think a lot of you will be interested. [link] Sorry for self promotion but I decided it's better to get it there than show ...
Context.User problem
tshad -
28 Apr 2006 5:57 PM - 4 messages
I am playing with GenericPrincipal classes and am using a sample program to test it. The problem is that even though I set the roles (which shows the roles in the Context.User as being there), when the program goes from the login page ...
Flicker effect with onmouseover Asp.net buttons Internet explorer
pduncan -
28 Apr 2006 5:40 PM - 2 messages
I'm putting custom tooltips on my buttons and am getting a flicker effect with buttons in Internet explorer (not firefox) When you mouse over a button in internet explorer, the outline of the button turns from blue to orange, when this happens, my tooltip ...
Cookies will get deleted, no matter what
the friendly display name -
28 Apr 2006 5:22 PM - 3 messages
Easy to describe that problem: The cookies will be deleted after the user closes the browser, but I have set persistance to true. Code: ------ TicketForPremium = new FormsAuthenticationTicket(1, UserID, DateTime.Now, DateTime.Now.AddHours(10), true, "1"); TicketForPremiumCrypted = FormsAuthentication.Encrypt(TicketForPremium); ...
DefaultButton Error
Jeff -
28 Apr 2006 5:02 PM - 1 message
We have 3 environments, Dev, Qa, Prod. I'm working on an application that has a search page. On the search page is 3 panels. One panel is the advanced search, another a normal search and the third contains a ...
Waiting for events in Atlas and .NET 2.0?
emer.kurbegovic -
28 Apr 2006 4:52 PM - 8 messages
I wonder if I can wait for the "events/notifications" from sql 2005 and then perform some action when the "event/notification" has been sent. example: i have a small table with some statistical data that can be updated at ...
Accessing COM object in Commerce Server orderform using C#
dougelderz -
28 Apr 2006 4:44 PM - 1 message
I am integrating a CyberSource Commerce pipeline component to manage my payment transactions. CyberSource provides a hashtable COM object that is used to set data into the orderform before a request and is used to retrieve response data. I have set a reference to object in my project ...
GridView - Is it Possible to invoke Multi-Line TextBox
mosscliffe -
28 Apr 2006 4:42 PM - 2 messages
I have a Gridview created by dragging a table onto a web form page and I have enabled the edit key. One of my field is a multi-line 'text' field. How do I change the standard textbox created into a multiline one. ...
sessions and asp.net timeout issues due to host's pool application shutdown
Mad Scientist Jr -
28 Apr 2006 4:20 PM - 7 messages
My asp.net pages sessions are timing out after 20 minutes, and when I asked my Web host about it they said due to the nature of a shared hosting environment they cannot allow for sessions to keep application pools and worker processes hosed for too long as these fearures are ...
prevent multiple clicks Master page
André -
28 Apr 2006 4:07 PM - 6 messages
Hi, I am using this code to prevent multi click asp.net 2.0 c#, System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append("SetValue();"); sb.Append("if (typeof(Page_ClientValidate) == 'function') { "); ...
web based pop reader?
Mad Scientist Jr -
28 Apr 2006 3:47 PM - 5 messages
Does anyone know of a free (or opensource) Web-based client to read mail directly from a POP account? I asked if gmail could do this a while back and the answer was no. Reply From: jeandiata - view profile ...
Upload and dropdownlist from folder
Bob -
28 Apr 2006 3:44 PM - 2 messages
I've made an upload function saving to a specific folder and dropdownlist reading and listing files from the folder. When I upload, the list is rendered a second time in the dropdownlist with the uploaded file only being displayed in the second list. I would like to ...
Compiler Error Message: BC30203: Identifier expected.
Tony Tone -
28 Apr 2006 3:09 PM - 8 messages
I am having trouble resolving this issue: Server Error in '/test' Application. -------------------------------------------------------------------------------- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. ...
Run script from asp.net
Goffin -
28 Apr 2006 3:08 PM - 2 messages
Hello, I have the following problem. I have a webapplication written in asp.net and a SQL-Server database. The webapplication has a public and a private part. The users for the private part come from an oracle database. I also have a linked server ...
Converting Images
Beginner -
28 Apr 2006 2:42 PM - 2 messages
I need to convert images to binary/pcx files. Is is possible to do that in ASP.NET? Thanks. ...
QUERY: Mixing ASP.NET 1.1 & 2.0 pages in same website
dhruba.bandopadhyay -
28 Apr 2006 2:28 PM - 1 message
I know that it's possible to mix ASP & ASP.NET 1.1 in the same website/application so long as they are in separate frames (iframes).
This also holds for mixing ASP & ASP.NET 2.0 pages. But what I haven't
tried ...
SQLDataSource Configuration not allowing Update, Delete or Insert
mosscliffe -
28 Apr 2006 2:26 PM - 4 messages
I created a new table in Visual Web Developer for SQL Server Express 2005. I created a 'gridview' by dragging the table onto an empty web form in Visual Developer Express. Clicked on the smart tag 'configure data source'. When I click Advanced ...
Query personalization data in Asp.net 2.0
Ya Ya -
28 Apr 2006 2:26 PM - 2 messages
I am using the personalization feature in asp.net 2.0 I am storing the phone number for each user. When a certain user enters his phone number I would like to check if another user already store this phone number. ...
FormView - RadioButtonList binding
Tim -
28 Apr 2006 2:24 PM - 3 messages
I have a radio button list control in the edit item template of a formview, as below. I want to bind this to a bit field from my sql database, however I can't seem to figure it out. Could some please provide me assistance on how ...
Copy Website Problem
Ken Sturgeon -
28 Apr 2006 2:10 PM - 1 message
We recently migrated our development environments to a new server. We simply copied the website's files from one server to the other; we did not use the site copy wizard to place the site on the new server. Since then we get a ...
server unavailable URGENT
ruca -
28 Apr 2006 2:05 PM - 3 messages
Hi, My WebApp not stoping to give me this error SERVER APPLICATION UNAVAILABLE aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the ...
creating the html from a business object?
hazz -
28 Apr 2006 1:48 PM - 2 messages
I want to create an asp.net page which allows users to select which columns (from a database table) to use in a report. I would like to use a datareader to select rows from a table that contains a ...
Access a com component
Brad Coble -
28 Apr 2006 1:40 PM - 3 messages
I have an ASP.NET 2 web page that needs to load a com component and display the results from a method. I keep getting the error CS0117: 'object' does not contain a definition for 'DataPoints' I know that the com object contains this method because I use it other ...
howto use requiredfieldvalidator on a radiobuttongroup...
Jan -
28 Apr 2006 1:36 PM - 3 messages
Hi, I've 2 radio buttons (Yes and No) in a radiobuttongroup grpQuestion. I want to use the required fieldvalidator to check if Yes or No is checked. How can this be done? ...
UserControl with Gridview: Set DataSource: NullReferenceException
OJ -
28 Apr 2006 1:33 PM - 8 messages
Hi, I have a WebUserCOntrol with a GridView and I am attempting to set the DataSource of the Gridview in the User control from the parent ASPX page. I have the following property in the user control... public DataTable DataSourceTable ...
page_load triggers 2 times
Regfellow -
28 Apr 2006 1:06 PM - 3 messages
Hi, Ive created a webform in asp.net. When the page is called the page_load event get called 2 times before the page is loaded. I remember i have had this problem now and then from the start of .net ...
AuthorizationStoreRoleProvider Issues
Timothy H. Schilbach -
28 Apr 2006 1:05 PM - 1 message
I have been working on some sample applications to proof new security enhancements as far as roles based and authorization based security. I am using a trest active directory, forms based authentication with the form control, and the AzMan.msc tool to create my roles and policy XML file I am ...
connect to FTP server
CSharpguy -
28 Apr 2006 1:04 PM - 17 messages
I need to upload a file to an FTP server, can someone point me to some code that connects to an FTP server and uploads a file? ...
TREEVIEW - xmlDocument - how to....?
K B -
28 Apr 2006 12:55 PM - 1 message
Hi, I can find lots of references in using Asp.Net 2.0 treeview to bind to more simple xml, but not that shows how to use it with elements AND attributes. For example, here is the type of document I'm trying to ...
IIS 5.0 Process Isolation Mode Causes System.Web.Mail to Fail
nerbanrabbi-brian -
28 Apr 2006 12:42 PM - 1 message
Any idea how to fix this? As soon as I check the box "IIS 5.0 Process Isolation Mode", I get the error message "The "SendUsing" configuration value is invalid." when calling System.Web.Mail.SmtpMail.Send(). I tried... 1) Setting registry and mailroot permissions to Everyone as described ...
connection string problems with connectionString property of web.config
Brian Henry -
28 Apr 2006 12:40 PM - 2 messages
I keep gettings this error message in my application event log Exception information: Exception type: InvalidOperationException Exception message: Not allowed to change the 'ConnectionString' property. The connection's current state is connecting. Request information: Request URL: https://webserve/login.aspx ...
Session Cookie over SSL
Vikas -
28 Apr 2006 12:04 PM - 2 messages
Hi I am using .Net v1.1 Is there any way to send the session cookie ASP.Net_SessionId Over SSL. Thanks in advance. Vikas ...
Arabic problem in Visual fox pro
Mirna -
28 Apr 2006 11:50 AM - 1 message
Dear Sir i am facing the below problem: If a field contains mixed languages, Arabic and latin , it is displayed in the form correctly if the table is created in vfp5. Once vpf 6 or above is installed, the characters will be displaced as below: ...
Localized sitemap for custom provider
Soren S. Jorgensen -
28 Apr 2006 11:20 AM - 1 message
Hi, I've created a custom sitemap provider that gets the sitemap of my site from my SQL server. I'd like to localize the Title and Description fields without using resource files but instead keep the localized values in the database. ...
Enterprise Services in ASP.NET
the4man -
28 Apr 2006 10:44 AM - 2 messages
Hi all! First, excuse me for my english, I'm not a native. Until now I have used for my enterprise web sites ASP + DLLs + COM+. Why COM+? Because we have two database servers and some distributed transactions. And another thing: with COM+ I can change any DLL without ...
flash detection in asp.net (vb)
Karl -
28 Apr 2006 10:27 AM - 2 messages
I am looking for some flash detection code for an asp.net website, but all the samples I find are in classic asp and Im having trouble converting them over. Does anyone have any flash detection code written in asp.net that I ...
DetailsView formatting
Mike P -
28 Apr 2006 10:22 AM - 6 messages
The default format for the DetailsView control is for there to be a row per field. Is it possible set it to show more than one column per row (see below)? ID ... Name ... ...
GridView added rows non-persistent
Flinky Wisty Pomm -
28 Apr 2006 9:08 AM - 3 messages
Hi all, I've got a really annoying problem that I need to fix sharpish. I've got a GridView derived control which has a templated header and footer. It works wonderfully on the first render but then the header/footer vanish into thin air. If I add the header/footer ...
Security Zone In IE!
Nigil LaVey -
28 Apr 2006 8:09 AM - 2 messages
Hi Guys... it's been awhile since I 've last posted.... Does anyone knows how to get the Security Zone using Javascript or Server Side Script? say like when you access a Web page.... the bottom right of the IE will indicates the security zone, I have googled throught but no info on ...
Themes
Jan Hyde -
28 Apr 2006 8:06 AM - 6 messages
I keep reading that there should be a couple of built in themes in the directory ...\Microsoft.NET\Framework\v2.x.xxxxx\ASP.NETClientFiles\Themes I've yet to see any machine with this 'Themes' directory. Anyone know why? Jan Hyde (VB MVP) ...
Sorting datagrid?
Joris De Groote -
28 Apr 2006 7:59 AM - 4 messages
Hi, I have created a webpage with a datagrid. The page fills in the datagrid after the user selected some things (it's a searchpage). Now the page show everything from an SQL server sorted on productnumber. How can I let the users change the sorting of the documents without always ...
Caching (possibly IIS related?)
Rob Meade -
28 Apr 2006 7:46 AM - 8 messages
Hi all, I have a web application which gets *very* few hits, especially as its only just been launched, but even after that it'll be a "quiet" site. My problem is that when I am the first person to visit it for the day (like ...
ASP.NET Membership: Where are the Roles Stored?
ijoxley -
28 Apr 2006 7:37 AM - 3 messages
Hi I'm in the middle of implementing ASP.NET membership and role-based authentication using the new ASP.NET 2.0 Membership and Roles classes/database and was stuck on the following: When using the Security Setup Wizard to add rules for directory access ...
how to convert string to money(sql db)
joe -
28 Apr 2006 4:27 AM - 2 messages
how to convert string to money before to insert to sql serve(sql db) ...
Format SQL query string using asp:loginname
Loopsludge -
28 Apr 2006 4:24 AM - 4 messages
ASP.NET 2.0/ SQL Server 2005/ Login Controls Does anyone know how to format a SQL query string using asp:loginname in the WHERE clause? Alternatively would I need to store the login name upon login w/in a ...
Develop your own Accounting software using Microsoft technologies
ammulu -
28 Apr 2006 3:29 AM - 1 message
Hi All, New title for Mastering Web Application Development. All secrets of developing an Accounting Software for the web revealed. Title: "Develop your own Web Accounting Application using ASP.Net" Price: $19.90 Pages: 300 ISBN:81-901331-3-6 ...
Need help with accessing a control within a template field
Siva -
28 Apr 2006 2:44 AM - 6 messages
Hello I have a dropdownlist inside the gridview as a template column defined as follows: <asp:TemplateField HeaderText="Choose Location"> <ItemTemplate> <asp:DropDownList ID="ddlChooseLoc" runat="server"> </asp:DropDownList> </ItemTemplate> ...
Need help with accessing a control within a template field
Siva -
28 Apr 2006 2:43 AM - 1 message
Hello I have a dropdownlist inside the gridview as a template column defined as follows: <asp:TemplateField HeaderText="Choose Location"> <ItemTemplate> <asp:DropDownList ID="ddlChooseLoc" runat="server"> </asp:DropDownList> </ItemTemplate> ...
Using Starter Kits - Please help
oldgent -
28 Apr 2006 2:13 AM - 2 messages
I am having a problem installing the starter kits. I have reinstalled VS 2005, think that might be the problem. I then installed both 'Personal Website" and the "Club Website" starter kits. I still have the same problem. ...
How to use Response.write to write to a specific area on a aspx pa
Abel Chan -
28 Apr 2006 12:48 AM - 7 messages
Hi there, I am trying to use ASP.NET to populate list of files with hyper link from a specific directory. The following code works well but it populates the list to the top of the web page. I have header and footer defined on the web ...
Master Pages not displaying ... ?
Andrew Kidd -
28 Apr 2006 12:43 AM - 9 messages
Hi, I've just been working through several examples of how to create Master pages and then create content pages which are linked, but I cannot see the Master page when I'm viewing the content page in "Design", nor do I see it ...
Help with TreeView runtime error
keithb -
28 Apr 2006 12:08 AM - 1 message
What causes this intermittent runtime error? Microsoft Jscript Runtime Error: 'ct100_TreeView1_Data is undefined. When the error occurs, the following section of code is highlighted: on MouseOver="TreeView_HoverNode(ct100_TreeView1_Data, this" I looked for a missing property related to Hovering, but nothing jumps out ...
Login Control .NET 2005
soumya -
27 Apr 2006 11:47 PM - 2 messages
Hello all, I have a problem with displaying the "CreateUserUrl" property of the Login control on a Content Panel. I do not know what the reason is except for that particular property, everything else works like FailureActionText, etc. Also I have tried to add a hyperlink ...
| |||||||||||||||||||||||