|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Visual Studio/ASP.net and C# confusion
Ranginald -
6 May 2006 9:40 PM - 7 messages
I have a page, default.aspx.cs that instantiates a label, label1 and adds some properties to the label: Label Label1 = new Label(); this.Controls.Add(Label1); Label1.BackColor = System.Drawing.Color.Pink; ...
"Can't use parentheses when calling a Sub" help......
zheetee -
6 May 2006 5:29 PM - 4 messages
<script type="text/vbscript"> sub setTextBoxValue(a1,a2) thedelete.deleteTextBox.value = a1 end sub ...
Gridview not returning data in event
MarkAurit -
6 May 2006 4:11 PM - 5 messages
I have a gridview that some boundfield and buttonfield controls. I have a data element I 1. want to use when the button is clicked for a given row, but 2. dont want it visibly displayed in the gridview ...
Multiple "Submit" Buttons & Form Fields
Alex Maghen -
6 May 2006 3:01 PM - 6 messages
In ASPX 2.0 with MasterPages and all that, my entire page only has one actual <FORM>. But there are several different sections of the page that provide what are functionally separate forms with separate Submit buttons. In basic HTML, I can have multiple forms on a page and the browser knows ...
how to introduce a lot of users?
cas -
6 May 2006 8:37 AM - 4 messages
Hi, I tried the logon webcontrol after defining some users. Great, but is it possible to introduce a lot of users in one time (import or something like that), because i can't imagine i have to do that 100 times, ...
how to customize row in a datagrid
Mukesh -
6 May 2006 7:23 AM - 2 messages
Hi I am creating an application in which i have to show each row of datagrid in a specific color according to the value stored in database.short of email inbox type application where each row shown in a specific color showing weather the mail is read or unread. ...
Questions on Asp.Net 2.0 Menu Control
Rahul -
6 May 2006 2:44 AM - 2 messages
I am using menu control whose orientation is set to Horizontal. I want to stop the hovering effect when an item is moused over on a menu Item. How can I do that? I didn't see any property. More over the menu that is rendered shows hyperLink (text with an ...
Unable to Serialize
tshad -
5 May 2006 11:57 PM - 7 messages
I had asked about this before, but have been unable to solve the problem. Could this be a problem with Web Services? I have 4 web services that I reference in this object. There is only one class. I have an object I am unable to put in my session. I have others that have ...
simple asp.net/C# inheritance problem
Ranginald -
5 May 2006 10:10 PM - 2 messages
I am learning OOP and C# and am using VWDExpress to create some practice examples to understand inheritance. Could someone explain why the following is happening: I get the error: 'The type or namespace _Default does not exist in the ...
Problem with Adding Rows to GridControl
Carl Maloney -
5 May 2006 9:53 PM - 4 messages
I am trying to add records to a grid control. I enter in the first record(Person A), then press add, Person A gets added. Then I try to add another record(Person B) and Person B replaces Person A. Does ...
RangeValidator control causing buttons to not work
deast_98 -
5 May 2006 7:48 PM - 2 messages
My web application deployed to the server does not respond to button clicks, but these do work in development. I removed the only range validation control, associated to a textbox, then redeployed the webapp and it worked. This strange behavior gave no errors or indication of ...
ASP.net 2.0
Mike -
5 May 2006 6:21 PM - 6 messages
What conditions cause a web application to restart? Essentially losing session state? ...
Webfarm application
Prabha -
5 May 2006 4:42 PM - 6 messages
hi i am building an webfarm application. Can anyone tell me what is the best method of passing values across page? Does using stateserver cause any issues? ...
Enumerating application sessions
Arturo Buonanni -
5 May 2006 4:42 PM - 4 messages
Hello, I'm coding a web application using ASP.NET 2.0. Is there a way in wich I can enumerate all active sessions and have information about these sessions? Thanks. ...
Cannot Delete File After File Upload (ASP.net 2.0)
LisaBigJax -
5 May 2006 4:05 PM - 4 messages
I am utilizing the ASP.net FileUpload control to upload a file. After upload, if a user tries to delete the file, I get the dreaded The process cannot access the file "D:\Inetpub\wwwroot\images\uploads\uploadedFile.jpg' because it is ...
Is there a way to make a DIV invisible using JavaScript
Charlie@CBFC -
5 May 2006 4:01 PM - 4 messages
Hi: I have sections on a page in asp panels. I would like to hide/show using javascript, but don't see a visible property for DIV. How do you do this? Thanks, Charlie ...
Web.config on load balanced servers
Tim Barton -
5 May 2006 3:17 PM - 3 messages
Hi, I'm building an application that will probably sit on some load balanced servers at some point and I'm concerned about keeping configuration settings in the web.config file. Is there a tried and tested method of holding config ...
sample validation code for sql injection attact
ss -
5 May 2006 11:56 AM - 5 messages
hi, can anybody gives me a sample code where the sql injection attack is validated. how can i do that in business logic layer and pass the error to the presentation tier I want the sample code Thnx, bye ss ...
title section dynamically
Dariusz Tomon -
5 May 2006 10:51 AM - 7 messages
Hi Is it possible to change dynamically <title></title> section in page. What I want is to have <title> section depended on values retrieved from database. The question could be extended to other sections from <HEAD> section. ...
Where do I create Session Related in ASP.NET 2.0
ss -
5 May 2006 4:13 AM - 4 messages
hI, Where do I created the Session Related things in ASP.NET 2.0? How do I do that? Could anybody give some sample code? bye ss ...
defaultbutton, defaultfocus and rendering in Internet Explorer
Oz Kologlu -
5 May 2006 2:52 AM - 2 messages
Hi folks, IE and Asp.net 2.0 are doing some pretty bizzare things. Some of our users were getting pretty weary of IE redrawing and "flashing" what is essentially a pretty static page every time there is a postback (IE Version ...
sessionState cookieless and forms cookieless
ravisingh11 -
5 May 2006 2:32 AM - 3 messages
<authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All" timeout="30" cookieless="AutoDetect" /> ...
Event handling with Web User Control
weboweb -
4 May 2006 6:41 PM - 3 messages
Hail the experts!!! I'm creating a web user control which displays a hierarchical tree of items from an xml string passed to the control (from the host page) through an exposed property. This xml gets created in the Page_Load method of the host page ...
Deployment problem
cbr900rrderrick -
4 May 2006 1:49 PM - 3 messages
I created a very simple Web Form application with Visual Studio 2005 Professional Edition. It just has some text on it. On the test machine it works fine. I deployed it to a production server by copying all the files in the project to the Website. ...
Convert ADDHandler and AddressOf to C#
Carlo3030 -
4 May 2006 10:06 AM - 7 messages
Been reading Dino Esposito's Article "A DetailsView Control for ASP.NET 1.x" found in the msdn Library. His example was created using VB.NET. I am trying to convert the example (DetailsView control) to C#. The Issue is I converted this line (in VB): ...
moving listbox items
rodchar -
4 May 2006 3:40 AM - 1 message
hey all, if i select an item in a listbox, how would i move that item up/down the list using upd/down buttons on my .aspx page? thanks, rodchar ...
What you think
Stan Canepa -
4 May 2006 3:08 AM - 1 message
I am looking for good documentation to help support rewriting a VB 6 app in Dot Net. I looking for things like VB 6 being unsupported in March 2008, general performance improvements, at what point will VB 6 just won't work on ...
What is the Syntax for changing a DataTable column value?
keithb -
4 May 2006 2:26 AM - 2 messages
This statement doesn't change the contents of column 3 (a boolean column) to true: table.Rows[table.Rows.Count-1].ItemArray[3] = true; Can someone suggest a syntax that will work? Thanks, Keith ...
Server Error in '/' Application
doomster -
4 May 2006 2:18 AM - 2 messages
Hi, Recently we upgraded our Windows 2000 servers to Windows 2003. One of our websites which was working fine previouslyis now displaying ... 'Server Error in '/' Application' along with with some details on configuring web.config I have modified the web.config to get a more detailed error and this is ...
Browsing control's event handlers in VS.NET
H5N1 -
4 May 2006 1:57 AM - 1 message
Hello Is there any way to browse control's event handlers and add it's signature automatically, just like it happens when I double click on a control in design view, but with handlers other then default? It's a ...
Could anyone explain this Yahoo! source code?
Andrew -
4 May 2006 1:50 AM - 2 messages
Hello, friends, I am implementing web app security using asp.net 1.1, and I found the following source code from Yahoo! Mail login page: <form method="post" action="https://login.yahoo.com/config/login?" autocomplete="off" name="login_form"> ...
Display graphic to page
briand -
4 May 2006 1:32 AM - 4 messages
I am writting a control that paints an image to a graphic (created from a bmp). I want to be able to display the painted image directly without having to save to file and link to the saved image. I have been told this can now be done in .NET 2.0. ...
Known issues using 2 of the same Web User Controls on the same page
mrobins -
4 May 2006 1:05 AM - 1 message
Are there any known issues about using two of the same Web User Controls on the same page? I lose state and values in one control when the other control is activated. ...
Deploy problem (single dll)
yootaeho -
4 May 2006 12:58 AM - 1 message
Hi Gurus, It would be appreciated if you guys give me some idea to tackle our current problem. About 10 developers in our company are working one a couple of web projects using source safe, asp.net and sql server. ...
FormView Update deletes field values in database
Hawk -
4 May 2006 12:54 AM - 1 message
Hi there, I am using a formview to see the details of a record in a gridview. When in edit mode in the formview and When update is pushed the fields that have values get erased? I deleted the delete statment but it still deletes the ...
How to find out size of Session?
Shimon Sim -
4 May 2006 12:45 AM - 8 messages
My application seems to grow over 50MB for aspnet_wp.exe and I have no idea why. I am using MS Enterprise Library 1.1 in ASP.NET 2.0 I am not sure if this could be a problem. The problem is that when I uploaded my application to provider it throws ...
Problem adding/casting web user controls
Jason -
3 May 2006 11:49 PM - 1 message
I am trying to dynamically add a web user control - ctrlBlogEntry.ascx - to a page - default.aspx - (via an ASP:PlaceHolder). I was able to get it to work with the following: controls_ctrlBlogEntry ctrlBE = (controls_ctrlBlogEntry)LoadControl("/blog/controls/ctrlBlogEntry.ascx"); ...
customize button in fileupload control
Dabbler -
3 May 2006 11:43 PM - 2 messages
Is there any way to alter the look of the browse button in the fileupload control? Maybe subsitute an image? Thanks for any suggestions. ...
Survey - implementing CRUD with "foreign name" instead of foreign key.
H5N1 -
3 May 2006 11:36 PM - 1 message
hi all it's extremely common scenario, so I would like to ask you how do you usually implement CRUD functionality for following structure. Basically it's all about displaying "foreign name" (ie. some textual description) instead of foreign key. ...
How can I split database results with ExecuteReader and Split?
needin4mation -
3 May 2006 11:34 PM - 1 message
Hi, thanks for any help here: SqlCommand cmd = new SqlCommand("SELECT categories FROM catalog" conn); rdr = cmd.ExecuteReader(); String temp; while (rdr.Read()) ...
ObjectDatasource
motorhead_maniac -
3 May 2006 11:00 PM - 3 messages
hi All, Iam having a objectdatasource control declared in the markup as <asp:ObjectDataSource ID="odsProperties" runat="server" TypeName="System.Collections.IEnumerable" SelectMethod="GetProperties"></asp:ObjectDataSource> Then on the code behind iam hacing a method declated like ... ...
Set break point in stored procedure?
Paul -
3 May 2006 10:33 PM - 1 message
Hi just wondering if anyone knows if you can set a break point in a stored procedure and step through it viewing the variables? I set a break point but it did not seem to stop on it, thanks. ...
Help: Unable to cast object of type 'System.Int32' to type 'System.String'.
keithb -
3 May 2006 10:31 PM - 3 messages
What could be causing this? this code: String Com = ""; if (Com != (String)rw.ItemArray[0]) fails at runtime with the error message: Unable to cast object of type 'System.Int32' to type 'System.String'. this code, in a different class runs without error: ...
Problem with DefaultButton behaviour on Page inside MasterPage containing Validators
Evert Wiesenekker -
3 May 2006 9:52 PM - 1 message
I have a mail page with a send button containing three validators (2 required val. and 1 expression val.). The masterpage contains 3 imagebuttons. Now when I press enter the first time the validators do their work. But when I press enter again one of the imagebuttons on the masterpage is ...
Problem with DefaultButton behaviour on Page inside MasterPage containing Validators
Evert Wiesenekker -
3 May 2006 9:51 PM - 1 message
I have a mail page with a send button containing three validators (2 required val. and 1 expression val.). The masterpage contains 3 imagebuttons. Now when I press enter the first time the validators do their work. But when I press enter again one of the imagebuttons on the masterpage is ...
Check to see DataColumn DataType is Boolean?
Jay Balapa -
3 May 2006 9:50 PM - 2 messages
Hello, Iam trying to do the following- if(myColumn.DataType==typeof(bool)) { } this does not work either Type.GetType("System.Boolean") instead of typeof(bool). I get the error "Operator == cannot be applied to operands type and object and bool." ...
error:Showing a modal dialog box or form when the application is not running in UserInteractive mode
Henry Lee -
3 May 2006 9:49 PM - 2 messages
hi , all This is driving me crazy , I use msgbox method in .net 2.0 environment and it is running fine on my IIS (Windows 2000) until today. The error is like "Showing a modal dialog box or form when the application is not running in ...
Pass Paramter from Repeater - Can't Figure This Out
Ranginald -
3 May 2006 9:41 PM - 3 messages
Hi, I have a repeater based on a stored procedure. It pulls the following: catDesc Image The user sees the category description (catDesc) , and then clicks on the image (Image) which is bound to the catID. This catID (@catID --- ...
Compiler Error Message: CS0433:
mlcy -
3 May 2006 9:25 PM - 2 messages
hi there, i got this Compiler Error Message when i tried to access my site. all files were built in vs2005 without error. Compiler Error Message: CS0433: The type 'FrontEnd.AppConfig' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ...
pls HELP: webpart acting as shared but should be user
arthernan -
3 May 2006 9:13 PM - 1 message
I have an almost finished page that uses webparts. And this is the expected functionality. A logged on user hits a button and the button opens a WebPart. Then the user logs off, next time he logs on he will ...
pls HELP: WebPart acting as shared but should be user
arthernan -
3 May 2006 9:11 PM - 1 message
I have an almost finished page that uses webparts. And this is the expected functionality. A logged on user hits a button and the button opens a WebPart. Then te user logs off, next time he logs on he will ...
ASP.NET reading remote registry key
sxzy -
3 May 2006 9:03 PM - 1 message
Hi, I use OpenRemoteBaseKey to open HKLM key on remote machine in same domain Code fails on OpenSubKey with error "Requested registry key is not allowed" I tried to give permissions to everyone on that registry key, lowering ...
Dropdown List
Chris -
3 May 2006 8:48 PM - 3 messages
I want to add a 'Please Select.....' with a blank value to a dropdown. And then remove it once a selection is made. What is the best way to do this. ...
VS.NET 2005 Macros
MSDN -
3 May 2006 8:42 PM - 5 messages
Hello, Where do I go to learn or ask questions on how to right Macros in VS.NET 2005 I need to be able to write a macro that can comment out HTML. Thank you, SA ...
Formview Repeater
Chris -
3 May 2006 8:33 PM - 1 message
Quite often in ASP I am asked to repeat ten rows of data but with slightly more complex formatting. Each row might have a header, image to the left, text and a few links etc. Is there an easy way to do this in .net. Sort of ...
Web.config javascript
André -
3 May 2006 8:29 PM - 4 messages
Hi, Can I add javascript path to a web.config file? Right now I have to add this to each page. <script src="AC_RunActiveContent.js" type="text/javascript"></script> If so, can someone give me an example? Do I need to add anything to the ...
How to set a DataTable Column DataType to boolean
keithb -
3 May 2006 8:25 PM - 2 messages
The following code sets a DataTable column DataType to "String" column.DataType = System.Type.GetType("System.String"); What is the corresponding statement when the data type is boolean? I have tried both "bit', "bool", and "boolean" and all cause an error. ...
sitemap
CSharpguy -
3 May 2006 8:15 PM - 1 message
I took over a asp.net 1.1 web application from another developer. the web site is using a sitemap using XML and the .net pages are reading the XML to show the web site map. I'm having an issue with it. If the URL for the actual ...
Emailing HTML/Hotmail problem
Ryan -
3 May 2006 8:12 PM - 2 messages
I have code that emails an html document where as the email is in html format... (and not an attachment) objMessage.From = astrEmailFrom objMessage.Subject = astrEmailSubject objMessage.Body = astrEmailMessage ...
Converting application from WindowsForms to WebForms
Jon Gabel -
3 May 2006 8:08 PM - 1 message
I have a WindowsForms application that communicates via TCP/IP or SNMP (using IP*Works components) with various devices on my local network. I would like to duplicate the same functionality in a WebForms application. Instead of running a native Windows application, the user would use a browser ...
Global.asax beginner question
^MisterJingo^ -
3 May 2006 7:58 PM - 5 messages
Hi all, I'm attempting to create a login/role system for an application i'm building. My idea is to store an instance of a 'webapp' object in global.asax. This object stores login (username, ID) and role information (user, admin etc) which is set on a successful login. ...
not sure about FormsAuthentication...
Daves -
3 May 2006 7:54 PM - 2 messages
I'm using an authentication (login) code of my own, completely bypassin asp.net's membership functions... Isn't it enough to just set the Session["UserName"] value on login and then erasing when user logs out? Is there any need to use ...
Retrieve Server Name
Lyners -
3 May 2006 7:42 PM - 2 messages
What I need - To retrieve the server name that the ASP application is running on. Why - Our current intranet is on a network where we have users that are on a domain and some that are not. Using I.P. addresses all the users can access ...
ASP.NET Debugging on Microsoft Windows XP Media Center Edition ?
sameer -
3 May 2006 7:31 PM - 1 message
Hi all, My new computer has Microsoft Windows XP Media Center Edition as the operating system. I am trying to run VStudio 2003 , ASP.NET on IIS 5.0 but every single time i run the source code of my application , it shows me ...
httpwebrequest problems
Tyler -
3 May 2006 7:30 PM - 3 messages
I am using httpwebrequest to do a screen scrape. This works great on my development box, but does not on the production box. Here is the code. Dim webRequest As HttpWebRequest = CType(webRequest.Create(LOGIN_URL), HttpWebRequest) webRequest.Proxy = System.Net.GlobalProxySelection.GetEmptyWebProxy ...
HTTPModules vs Global.asax
tshad -
3 May 2006 6:48 PM - 3 messages
I am setting up Authentication that I want to put in multiple Web Sites on my server. I found a good article on this and am looking at moving my code from my Global.asax file to an HTTP Module. This works fine. ...
Delete not working from ForView through ObjectDataSource
Shane_SDE -
3 May 2006 6:45 PM - 1 message
I am attempting to use a FormView control with an ObjectDataSource. I have the Select and Update working correctly. I tried to add a Delete Command to either the Edit or the Item Templates and it will fire my business object's ...
Regular Expressions replace !!
maverick1611 -
3 May 2006 6:30 PM - 4 messages
Hi, I'm fairly new t oregular expressions. I am struggling with the following problem. I have a big text file that I want to parse for the following text: <x:ConnectionString>sometextwithin</x:ConnectionString> once found I want to replace it with ...
Formview Detailview null values and insert edit with foreign keys
Hawk -
3 May 2006 6:22 PM - 1 message
Is it possibly to have the formview and or detail view be dynamic? I mean if there is a dropdownlist with a list of names from one table that will display details from an other table in a formview or detailsview that is related by ...
A gridview event/method to capture all checkbox.check states in this BoundColumn and Item_Bound grid
hazz -
3 May 2006 6:10 PM - 1 message
The following code generates checkbox values from the database. Once the user selects/deselects checkbox values, is there a way to obtain the ID and Checkbox.Checked state from these BoundColumns so I can update the table they came from? Thank you. -Greg ...
how to access rows in a memory table
keithb -
3 May 2006 6:04 PM - 2 messages
Without using foreach, what is the syntax for accessing a given row in a memory table? Thanks, Keith ...
Upload Site using Crystal Report
Lou Civitella -
3 May 2006 5:54 PM - 2 messages
I created a web site that uses Crystal Reports in VS 2005. Now I want to upload the site to my web site. I did so but I get an error message when I try to view the page that has the Crystal Report viewer. ...
image not rendered when expected
Bruce -
3 May 2006 5:37 PM - 6 messages
Although I have quite a bit of WinForms experience, I am new to ASP.NET. So don't be surprised by the elementary question. :) I am creating a webpage with a dropdown list that allows the user to select ...
The current configuration system does not support user-scoped settings.
Trapulo -
3 May 2006 5:36 PM - 2 messages
What does mean this error? The current configuration system does not support user-scoped settings. I'm accessing a my.settings data from a DAL dll referenced by an ASP.NET app. I've a similar other application that works well. The one with the ...
Best way to use/keep XML data from file
phl -
3 May 2006 5:28 PM - 2 messages
Hi, I have some data in an xml file which I need to use in my web form. The data in the xml file needs to be shown in maybe a repeater, grid or data control. I will need to parse the data make sense of it and maybe ...
Application_Start Event does not fire
Steve -
3 May 2006 5:27 PM - 2 messages
Looking for some help on this one... I have three servers (development, staging, production), each running the same code. All three computers are running Windows 2003 Server, IIS 6.0. I have some code in the GLOBAL.ASAX file, which writes out a message to ...
gridview dynamic links
danielhoin -
3 May 2006 5:24 PM - 1 message
Probably a quick fix... I am developing a small app that displays pdf files. I have three folders, each full of its own pdfs. I need to create a column of links that points to each file. The kicker for me is creating the proper ...
good server controls for displaying Finanical data(income statements etc)
phl -
3 May 2006 5:17 PM - 3 messages
hi, Does anyone have any experience in displaying spreadsheets(from XML file) in ASP.NET2.0? I figure that a repeater is good for this, as it seems to be able to handle the formatting needed for this. If you have done this before, can you please let me know how you have ...
training class for ASP.NET 2.0
Caspy -
3 May 2006 5:08 PM - 1 message
Does anybody know any training class on ASP.NET 2.0 near Cleveland, Ohio? Thank you in advance. ...
IE modifying filename specified in content type response
AC [MVP MCMS] -
3 May 2006 4:53 PM - 8 messages
I've got an page used for downloads that acts similarily to the MSFT downloads.... page displays and refreshes itself which causes a XML file to be streamed to the client. The streaming of the file is working fine, however, IE is mucking the the ...
Page Inheritance woes .net 1.1 with visual studio 2003
raghu1 -
3 May 2006 4:11 PM - 1 message
I am btrying to have a base page as a common repository for a set of functions: some business logic, set-reset session variables. Can never get to run the aspx. Here is my agony: basePage.cs namespace dbLib{ ...
Unrecognized database format in when launch
Rabbit -
3 May 2006 4:09 PM - 2 messages
Can anyone tell me why my web developed in .net 2.0, using Access database (.mdb). working fine at my development machines, but when I deploy it onto new Windows Server 2003, the web returns following error: 'Unrecognized database format 'c:\Inetpub\wwwroot\myapp\app_data\mydata.mdb' ...
asp.net 2.0: form posting into a new browser window from server side code
Purushottam Khandebharad -
3 May 2006 4:01 PM - 1 message
Hi, I have 2 asp.net web applications (1st app is asp.net 2.0 and 2nd is asp.net 1.1 application) We have to post a form on web page of 1st application to a web page of ...
Apply styles to datalist at runtime
mumbaichef -
3 May 2006 3:55 PM - 1 message
Hi, Can I apply style to datalist at runtime? The datalist control at runtime adds <tr>'s and <td>'s to the html and it messes up my desing. I was wondering if there is a way to apply styles to these <tr> and ...
WMI security via ASP.NET app
groups.pete -
3 May 2006 3:51 PM - 1 message
Hello, I have an ASP.NET application which is querying the status of a Win32 service using WMI via ManagementObjectSearcher object. The query is "select state from win32_service where name='MyService'". My website is impersonating the IIS anonymous user, using a domain user. I have ...
Dynamically adding Web User Controls to ASP page
Jason -
3 May 2006 3:49 PM - 5 messages
I am trying to dynamically add a web user control - ctrlBlogEntry.ascx - to a page - default.aspx - (via an ASP:PlaceHolder). This web user control has two ASP:Label controls and I'm accessing their "Text" properties via public properties. However, after I have instantiated ...
Callback not working following a postback
ozy -
3 May 2006 3:42 PM - 1 message
Hi All, I have a aspnet page that collects some simple data from the user. I have implemented 1 of the fields as a "cascading combo box" (a pair of drop down lists, where the second is populated based on the selection ...
how to get a visual studio 2005 Web Setup Project to set the asp.net version on the virtual folder i
rgsiii -
3 May 2006 3:42 PM - 1 message
I have serveral web sites that I need to deploy using a Visual Studio 2005 Web Setup Project. The target IIS has both .NET 1.1 and 2.0 installed. So, I need the setup project to set the ASP.NET Version property on the ...
finding address in browser?
perspolis -
3 May 2006 3:41 PM - 2 messages
Hi all How can I find the address that user type in address bar?? I have some subdomains that have a homepage.I want to determine which address is user typed and based on that address load properly information/ thanks in advance ...
Treeview(asp.net 2.0) with check boxes
pushpi -
3 May 2006 3:28 PM - 1 message
Hi, i'm using the Treeview contol in asp.net 2.0 (present in VS2005 toolbox). i'm having checkboxes for all the nodes in the treeview.All i want to have is that On Checking a checkbox for a parent node ,the checkboxes for all the ...
Passing values from a child window
ssrivani@gmail.com -
3 May 2006 3:23 PM - 1 message
hi all, I have a parent window default.aspx which has a textbox(txtBox1) with multiline property and a button.when the button is clicked a child window pops up child.aspx. I have four textboxes in child.aspx and a submit button.What I want to ...
HTMLTable and CssClass
motorhead_maniac -
3 May 2006 3:20 PM - 2 messages
Hello, Iam trying to apply a css class while creating a html table in a server control. Iam using the HtmlTable class to generate table, the HtmlTable class has a Style property which takes name,value pairs for all the styles i want to apply, but how can i apply a class name ...
Exception Handling Techniques for ASP.NET Application with Multiple Layers
metsys -
3 May 2006 3:17 PM - 1 message
We have an ASP.NET 2.0 (C#) application that is divided into multiple layers. The multiple layers come from having a web project and 2 different class library projects in the same solution. I'm having difficulties figuring out the best way to handle (catch) ...
Help: App won't run.
Michael -
3 May 2006 3:07 PM - 2 messages
Hi Everyone, I just put a app on a server that is already running sharepoint. The admin had put the app under the c:\Inetpub\wwwroot\PurchaseOrder dir. When I try and run the app I get the following error message: ...
VIEWSTATE QUESTION
Savas Ates -
3 May 2006 2:58 PM - 2 messages
I wantto submit my form to another page without using viewstate. I used EnableViewState="false" in my page directive <%@ Page EnableViewState="false" Language="vb" AutoEventWireup="false" Codebehind="Default.aspx.vb" Inherits="DATAGRID._Default"%> <form id="Form1" method="post" runat="server" action="WebForm1.aspx" > ...
Passing values from a child window
ssrivani@gmail.com -
3 May 2006 2:57 PM - 1 message
hi all, I have a parent window default.aspx which has a textbox(txtBox1) with multiline property and a button.when the button is clicked a child window pops up child.aspx. I have four textboxes in child.aspx and a submit button.What I want to ...
Request.Form values returned from AllKeys not what I want.
hazz -
3 May 2006 2:54 PM - 3 messages
Form: ItemsGrid$ctl02$CheckBox1 is the value printed from the Response.Write for the row below. How would one obtain the other cell values in that row? The first value (<td>1</td>) is the one I want. That is the primary key in ...
String split and index [0]
dotnettester -
3 May 2006 2:17 PM - 2 messages
Hi, I need to split a string and then take the 0th element of the resultant array. what could be a good shortcut? like 1 statement instead of 3,4 Thnx ...
Evento Click
Francisco Andrade -
3 May 2006 2:15 PM - 1 message
Boas, Estou com um problema e precisava de ajuda. Tenho um ImageButton e no evento OnClick keria chamar uma função remover (string str), mas não tou a conseguir. A minha função tem o seguinte cabeçalho: ...
RGB code
nemo -
3 May 2006 2:06 PM - 2 messages
Hi, I want to find out the RGB code of the default background color of any window created in VS.Net. The properties panel shows the name of the color as "control" but does not display the RGB code. Can someone ...
The ConnectWebParts method cannot be called after connections have already been activated (in WebPar
Good news to all those who are seeking for job in dotnet(Only those who are leaving in Hyderabad -In
Next »
|
|||||||||||||||||||||||