|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Upload
aviavia -
19 Aug 2006 10:19 PM - 1 message
Hi! I need some help with a script for asp.net (2) the url page should receive data by post method and upload it to the data base. ( i prefer access.) Let's say there is "field_one" and "field_2". access database name ...
image button click opens a new windows .. how?
Aussie Rules -
19 Aug 2006 8:38 PM - 2 messages
Hi, I have an image button on my page, and I want to have a popup window open up when the user clicks the imagebutton, and if possible set the window configuration(ie no tool bar, etc) like javascript can. ...
DataSet and GridView
MRW -
19 Aug 2006 8:23 PM - 1 message
I'm sure this is a very easy thing, but I can't seem to find the write help on the web... I have a dataset going into a Gridview. Instead of having VS 2005 do everything, I want to 'hand code it', since I have modifications to ...
Where is the Assembly in Visual Web Developer 2005 (Express Edition)
NW Technicals -
19 Aug 2006 6:11 PM - 2 messages
Hi I have built an Asp.net based applicaiton using webdeveloper and wanted to run the FxCOP to do static analysis unable to find its assembly. Any help would be greatly appreciated. ...
The XML page cannot be displayed
Michael X -
19 Aug 2006 6:06 PM - 5 messages
I have .net 2.0, IIS 5.1 and Vistual Studio 2005 installed. The asp.net project i created is running fine under VS 2005, but if I browse through IE directly, or even browse a simple aspx page, it returns: ...
Load CustomControl at runtime
Gabriel -
19 Aug 2006 5:09 PM - 2 messages
Hello, I create a user control, no problem at design time. But when I try to load at runtime, no error but I don't see it. The code is : protected void Page_Load(object sender, EventArgs e) ...
Treeview in asp.net 2.0
tmldias -
19 Aug 2006 4:38 PM - 6 messages
Hi all, I've already "lost" too many time and no success... I want to remove the default postback when the user presses a node in the tree. I want to navigate and selecte nodes in the tree just client-side without postbacks to the server. ...
What's wrong in this code ??
pamelafluente -
19 Aug 2006 4:36 PM - 5 messages
I am trying to pass a javascript variable to ASP. It almost works, except for the postback part. Infact if one clicks on the div and on the button it can be seen that the variable passes through. Can anyone help to do the postback? ...
bypass Print window when printing in Acrobat Reader
Tank -
19 Aug 2006 2:35 PM - 1 message
Hi How to send report directly to printer from Acrobat Reader without going thru the Print window when clicking printer icon at AR? Please advice. Thanks. ...
Anyway to print crystal report direct to printer at client side?
Tank -
19 Aug 2006 2:24 PM - 1 message
Hi I am developing a point-of-sales software on asp.net. When sending crystal report to client browser for printing cash bill, browser always popup Acrobat Reader report viewer at client browser before bill can be printed. Anyway for asp.net to send report directly to printer at client side? Too ...
Post back when one clicks
pamelafluente -
19 Aug 2006 2:23 PM - 1 message
I have a simple form with 1 DIV: <form id="form1" runat="server"> <div> <div id="MyDiv" style="width: 94px; height: 22px" onmousedown ...
Remote web service
doc. Zenobiusz Furman -
19 Aug 2006 1:12 PM - 5 messages
Hi! How to call a method of a remote web service from another web service (local)? Any help? ...
Hide HTML section from code behind
Gabriel -
19 Aug 2006 12:47 PM - 2 messages
Hi, I have a HTML like this <table> <tr> <td>...</td> <td>...</td> </tr> <tr id="toHide"> <td>...</td> ...
Change DataGrid GridLine Color?
Arpan -
19 Aug 2006 12:04 PM - 3 messages
How do I change the color of the GridLines in a DataGrid? I don't find any property to change the GridLines color in a DataGrid. I tried using HeaderStyle-BorderColor as well as ItemStyle-BorderColor but neither of them color the GridLines. BorderColor just changes the color of the ...
Newbie, gridview problem ASP.net 2005
verci -
19 Aug 2006 7:33 AM - 5 messages
Hi Can anyone help me I'm running Win XP Pro SP2, VS2005 Team, .Net Framework 2.0 and SQL Server2005, I can't delete records using the gridviews deletecommand, the updatecommand works fine, edit and calcel all works fine ...
Multiple Procedures in ASP.NET
Charles -
19 Aug 2006 7:12 AM - 3 messages
I have a Web application in VB.Net that has four seperate procdedures which need to run in order. Try cnDownload.Open() ...
How to get rid of GridView border magic?
progdis -
19 Aug 2006 7:09 AM - 3 messages
I want to apply css styles on a GridView, but there is some border magic in it, which applies border styles on the table. By default it sets an attribute border="0" on the table. If I set border width 1px, it adds attribute style="border-style: solid; ...
DSN ConnectionString?
Arpan -
19 Aug 2006 4:25 AM - 6 messages
I created a System DSN named "NETData" for a SQL Server 2005 Express database. Now to make use of this System DSN to access records in the DB table, this is how I framed the ConnectionString: Dim sqlConn As SqlConnection ...
Seeking Advice!
Tom -
19 Aug 2006 4:16 AM - 2 messages
This is my first .Net project so please forgive the stupid questions. I'm developing an application in ASP.Net 2.x (VB) and I am not sure how to continue. In my mind the application works somewhat like a shopping cart... ...
Add new row in datagrid through javascript
Neeraj -
18 Aug 2006 11:38 PM - 2 messages
Hi Everybody Can any body give me a java script code for add new row in datagrid. Actually in my web page I have on datagrid with multiple rows and 3 columns. The first column is template column which contains the check box and ...
HELP : URGENT : How to get the list of printers on the web server?
gnusmsa -
18 Aug 2006 10:49 PM - 2 messages
ASP.NET 2.0 (C#) application Using Windows authentication and impersonation Windows Server 2003 (IIS6) Server is a member server on a domain Logged into server as a domain user that is in the local Administrators group on the server ...
Hiding URL on Status Bar
RCHutch -
18 Aug 2006 10:05 PM - 5 messages
I would like to prevent the URL from appearing on the status bar when a user holds the mouse down on top of it. I am already using: oncontextmenu="window.status=''; return false" ....and similar for onclick, onmousedown, onmouseover, onmousemove, ...
Number formatting
bigbrorpi -
18 Aug 2006 9:09 PM - 1 message
Hi Is it possible to set global number formatting for an application? I need to have all numbers displayed with thousands separators and that's not currently the case. My desktop location settings are set with that format. I especially need this for gridview data. I can't figure out how to ...
Number formatting
bigbrorpi -
18 Aug 2006 9:03 PM - 1 message
Hi Is it possible to set global number formatting for an application? I need to have all numbers displayed with thousands separators and that's not currently the case. My desktop location settings are set with that format. I especially need this for gridview data. I can't figure out how to ...
Extend the page directive attributes with your own?
Dave -
18 Aug 2006 8:32 PM - 2 messages
I want to accomplish something similiar in Scott's blog entry [link] but I'm using 1.1 and not sure if there is a way to mimic this or set flags ...
error: can't find control 'mylabel'
Ben -
18 Aug 2006 8:31 PM - 3 messages
Hi, In the code-behind, i can refer to the dropdownlist defined in the aspx file with this (e.g.) dropdownlist1.sekectedvalue = ... but why can i not refer to the label defined in the TemplateField in the same aspx file like below? ...
ASP.NET
haibhoang -
18 Aug 2006 8:11 PM - 3 messages
Hello, I have a Visual Studio 2005 installed but it's unable to detect any errors when I compile the solution. It works fine for other project types except the web project. So basically I can only find out error during runtime ...
Proper postback when Enter Key is pressed
Jim in Arizona -
18 Aug 2006 8:01 PM - 5 messages
I have a simple vb aspx page with a single text control and button control. The user puts a date in the text field and pressed the button and a gridview is filled with data. If I put in a date and just hit ...
Textbox1.Text wont display Value
dbfrey -
18 Aug 2006 7:46 PM - 3 messages
This is the oddest thing I've ever seen. We have an aspx page with some user controls, one is a main, another is a status, which has an edit button. on the main control, we have some dropdowns and textboxes. When the ...
.NET 2.0 app running in IIS 6
D-Someone -
18 Aug 2006 7:45 PM - 1 message
I understand that your ASP.NET 2.0 applications should be in a different application pool than your 1.1 applications. Say for example you have common user controls that both your 1.1 and 2.0 applications reference through a Virtual Directory. ...
Want a development version of a live web application
scottingim -
18 Aug 2006 7:34 PM - 2 messages
I have an ASP.NET web application, Bids. This application goes live on Monday. I would like to set up a development version, BidTest, on the same server. I have a website set up and can browse to it. I would ...
setselectedindex on GridView?
Dabbler -
18 Aug 2006 7:29 PM - 1 message
When returning to a GridView page from a FormView detail page I want to set the row originally chosen as selected but there is no sign this is working e.g. the selected row is not highlighted. In Page_Load I have ...
Protecting my CSS using a location tag in web.config
GD -
18 Aug 2006 7:20 PM - 5 messages
I'd like to prevent users from downloading my CSS file. I thought about putting a web.config file inside my CSS directory as follows: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> ...
how to disable html field on client, and see that change on server
sonic -
18 Aug 2006 7:19 PM - 3 messages
I realize that if a field is disabled, its value will not be posted to server. i realize that .Enabled = false, produces disabled="disabled" markup i still don't see a good way to disable a field using javascript and ...
logout not logging out?
Dabbler -
18 Aug 2006 7:10 PM - 1 message
if a user requests a page they aren't authorized to view (based on role) I redirect them to a NotAuthorized.aspx page. The page is based on a master page with a LoginStatus control. When the user is transfered to this NotAuthorized page I log them off in ...
Long Delay in initial load of ASPX pages
Alex Maghen -
18 Aug 2006 7:04 PM - 5 messages
I've just moved to a new hosting company which provides me a "Virtual Dedicated Server" running Windows Server 2003/ASP.NET 2.0. My site is not pre-compiled and, at least for now, I'd prefer that it stay ...
Why no ASP.net wikis?
darrel -
18 Aug 2006 6:56 PM - 10 messages
I've sort of ranted about this before regarding blogs. There seems to be a massive gap in the market for .net based 'web 2.0' apps. We'd like to have an internal WIKI set up for documentation, but I can't ...
redirection
lam -
18 Aug 2006 6:38 PM - 6 messages
I'm wondering if there is an easy way to implement a redirection. For example: [link] would redirect to [link] In the past, I have to implement redirect as a virtual directory under ...
Index server with localization
Zolt -
18 Aug 2006 6:26 PM - 1 message
Hi. We have a web site made out of ASP.NET 2.0 (using VB.NET) which uses master pages, and content place holders that we hide/show depending of the language selection. This is great to have only one file to maintain which has both english and ...
Ajax
Eriston Danilo -
18 Aug 2006 5:45 PM - 2 messages
Prezados, Gostaria de saber se alguém já teve o seguinte problema e se conseguiu resolver. Tenho uma web app que usa AJAX, local funciona normalmente, mas no server de produção (intranet) não funciona, pois os usuários passam por um PROXY SERVER ...
AutoPostBack Problems
riley.derrick -
18 Aug 2006 5:42 PM - 1 message
To all the ASP.NET 2.0 Gurus, I am having a bit of a problem. Here is the situation. I have a created a web form that does the following. Has 2 dropdown lists that are databound to a SQL Datasource. Has 2 ...
customErrors
Demetri -
18 Aug 2006 5:21 PM - 1 message
I have the following in my web config file: <customErrors mode="RemoteOnly" defaultRedirect="Error.aspx" /> Here is the code in the Error.aspx: protected void Page_Load(object sender, EventArgs e) { Exception err = Server.GetLastError().GetBaseException(); ...
displaying exception message from custom exception
bdgreen -
18 Aug 2006 4:59 PM - 3 messages
Hi, I made a custom exception, derived from ApplicationException. If the exception is thrown, the erroring web page shows the line of code where I throw exception, and doesn't display the exception message. Do I need to catch my custom exception, and rethrow it as another type of ...
Can Encrypt web.config but website can't read values
-Steve- -
18 Aug 2006 4:25 PM - 1 message
I've encrypted the appsettings in my web.config file using the following command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -pe "appSettings " -app "/passwordReset" Once I do that though my webapp can no longer read the values out of the ...
Specialized Web Control
clint1028 -
18 Aug 2006 4:20 PM - 2 messages
Specialized Web Control I am an ASP.Net programmer that up to this point has dealt mostly with pure data and not a lot of graphic type programming. I need some advice from all of you .net guru's out there. Here is my situation. ...
Problem with page redirect in Live Environment
robin9876 -
18 Aug 2006 4:03 PM - 3 messages
On an asp.net v1.1 page after saving form information I have a page redirect using response.redirect("aDifferentPage.aspx") This works correctly in development environment connecting from a different pc. The same code accessed from the same client pc accessing the live ...
Lady Only
SEXBLOG -
18 Aug 2006 3:59 PM - 1 message
Lady only 24-Hrs +91 9810577227 OR email to i***@lenstar.org ...
dynamic dataformatstring in a gridview
Tarren -
18 Aug 2006 3:54 PM - 1 message
Hi: I am dealing with gridviews in .NET 2.0 If the column value "total" is negative I want the format string to be: ({0:#,##0}) with the parentheses if it is nonnegative i just want it to be ...
Nullable object types
Nemisis -
18 Aug 2006 3:46 PM - 4 messages
Hi everyone, i have been stressing over this for the past hour or so, and just cannot figure it out, sorry if i am being stupid, but it is a friday! lol I have the following Private _ID as nullable (Of integer) ...
Saving a file in a specific Directory
Chicagoboy27 -
18 Aug 2006 3:44 PM - 4 messages
All I am trying to specify a location for the file to be saved in. currently I have a process that get the location of the file and then prompts the user to save it in a directory. I am wondering if it is ...
Printing
Jeremy Chapman -
18 Aug 2006 3:40 PM - 2 messages
We've got a web application that is viewed on various PDAs as well as on desktop machines. We're trying to come up with a good printing solution. The report is fairly simple. We've thought of generating a PDF, or just ...
Custom Web Control - viewstate and event wiring questions
jesse james 2020 -
18 Aug 2006 3:39 PM - 1 message
I cannot get viewstate nor can I wire up events to child controls... Any thoughts are appreciated. Example code is below: public class SelectCashFlowPeriods:Table { const int DROPDOWNWIDTH = 106; ...
Catching the error in global.asax file
Groove -
18 Aug 2006 3:24 PM - 2 messages
Hey guys - I'm sure this is a commonly asked question but here goes. I'm trying to catch the error in my global.asax file and redirect to a error page which will email me the actual error upon page load. Everything seems ...
Running Process as Current Authenticated User
GoneRural -
18 Aug 2006 3:23 PM - 2 messages
Hello, I am trying to figure out how can I run a process under the authenticated user's credentials without having to prompt for a username and password? Is there anyway to allow for pass thru authentication? I am tying to use the ProcessStartInfo class and I ...
Generics and user controls
mark.norgate@gmail.com -
18 Aug 2006 3:10 PM - 9 messages
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem I'm having is that the partial class signature in my ...
Security Exception Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
wenning -
18 Aug 2006 2:54 PM - 6 messages
Hello, I am struggling with a website on a W2K3 server which has the actual content on a NAS server (also W2K3 based). The servers doesn't run in a domain and arent intended to. I did make the web space on the W2K3 IIS Server and pointed it to the ...
Monthly Calendar Control
newsgroups.jd -
18 Aug 2006 2:37 PM - 2 messages
Anyone know where I can find a calendar control that just shows the months, not the days. Something like << Jan 2006 >> left and right arrows would up or down the month, year and then clicking on the month could redirect. ...
Issue with using arraylist elements as InsertParameters
VB Programmer -
18 Aug 2006 2:34 PM - 2 messages
I have an array list that is filled with ProductId's. I wanted to traverse thru the arraylist and use these product as parameters in a SqlDataSource. It seems to always stay on the 1st element in the arraylist. Any ideas why? ...
hyperlinks in gridview
CSharpguy -
18 Aug 2006 2:13 PM - 4 messages
In my gridview i need to add hyper links but add them as such headers - - -- --------------------------------------------- ------------------------------------------------------------- link1 BMW 2005 25,000 ...
ASP.NET 2.0 Menu Control + Celko tree
Matte -
18 Aug 2006 2:11 PM - 1 message
Hi, is it possible to bind a database table thats using Celkos treemenu (X0, X1, Y) to ASP.NET 2.0 version of Menu Control? ...
Application_BeginRequest and the Page object
Mark Rae -
18 Aug 2006 1:58 PM - 20 messages
Hi, Is it possible to have programmatic access to the Page object in Application_BeginRequest, or is it too early in the lifecycle...? E.g. to be able to change a page's MasterPage dynamically, something like: protected void Application_BeginRequest(Object sender, EventArgs e) ...
custom validation
Slim -
18 Aug 2006 1:58 PM - 15 messages
I cant seem to get my custom validation to work. can anyone spot where i have gone wrong control <asp:CustomValidator ID="checkHandicap" runat="server" ControlToValidate="startHandicap" ErrorMessage="Handicap out of range" OnServerValidate="checkHandicap_ServerValidate" ></asp:CustomValidator> ...
Output parameters for dynamic SQL
Nemisis -
18 Aug 2006 12:45 PM - 3 messages
Hi everyone, I am saving a record to SQL and want to return the ID of the record added as an output parameter, can you do this in dynamic SQL, without the use of a stored procedure?? i.e. comm = new sqlcommand ...
Publishing a web site
Greg Smith -
18 Aug 2006 12:44 PM - 1 message
I develop on two machines. I have published from one to our production machine with no problem. It prompts me for username and password information and then successfully finishes the publish. On the second machine I get no prompt for username and password, it just ...
Control loses viewstate inside HeaderTemplate of DataList
Fahim -
18 Aug 2006 12:17 PM - 1 message
I have a datalist on my webform and i have put some linkbuttons in HeaderTemplate of datalist. Now on click of a LinkButton i access it in ItemCommand Event using FindControl and change its Text property. But when page is posted back the property does not really change. ...
wizard control, current step side bar style?
Tim_Mac -
18 Aug 2006 11:54 AM - 1 message
hi, i'm impressed with the wizard control so far. i noticed in the side-bar that the current step has some hard-coded css styling applied to it by the framework, "style='font-weight:bold'". i want to hook my own CSS to the Current step in the side bar. is this ...
FULL URL from VIRTUAL path
tommaso.gastaldi -
18 Aug 2006 11:42 AM - 5 messages
Hi friends I was in the need to find a sort of "definitive" :) solution to transform a virtual path such as "~/MyDir/MyFile into a full web address. In particular I needed it * within web services *. I would like to be informed that the framework provides a function to ...
Dataset using MySql renders "Parser Error"
filip.norrgard -
18 Aug 2006 10:51 AM - 4 messages
Hi All! I've been developing an ASP.Net 2.0 web application using the Visual Studio 2005 tools. Currently datagrids on a page are filled with data from a dataset (a .xsd file in the "project") that, in turn, gets the ...
2 codebehind files and ..
pintu -
18 Aug 2006 10:33 AM - 6 messages
Hi.. Can I hav 2 codebehind files(x.aspx.cs ) and one x.aspx pages..Any body plz give me idea on this.. Thanks ...
Please, help, I am a newbie here
datingservices2 -
18 Aug 2006 10:22 AM - 3 messages
Where is a form to attach my jpeg file?
_______________
Dating catalog Match
Maker
----------------------------------
[link]
ASP.NET Developer Community ...
Firebird connection pools never close connections idle for a long time
Gen -
18 Aug 2006 9:44 AM - 3 messages
Hello there, I am developing a web application using Firebird.NET provider ver 1.7 Connection pooling is being used to better the application's performance. The problem is that the pool never closes its connections, even if they are ...
how to call an asp page from an email
srinivas -
18 Aug 2006 9:40 AM - 5 messages
Hi All, We are sending an html email from asp page.In the email we appended an image tag and the "src" attribute points an asp page in our server.Here when ever user read the email this image tag will fire our ...
how to determine the physical path of a page
Vaclav Jedlicka -
18 Aug 2006 9:06 AM - 5 messages
Hello, I created a web app using Visual Web Developer 2005 Express Edition. The project is called "mytest". When I view a page in the browser, its URL looks like http://localhost:3415/myTest/SomePage.aspx I need top determine the physical path of the page. I call ...
creating an instance of another page
Hawksey -
18 Aug 2006 9:05 AM - 1 message
All, Is it possible to create an instance of another webform and access the content of that webform. The issue that I'm having is that the webform will be different for each group of users that access the first page. ...
Steve Orrs Dropdown calendar
Flodpanter -
18 Aug 2006 8:16 AM - 8 messages
Ive read and used the dropdown calendar found at [link] It works just fine except when it drops down over other wiondowed controls such as a drop down list. Since the calendar is a socalled non-windowed ...
noscript adding dynamic meta tag
Dst -
18 Aug 2006 8:12 AM - 3 messages
<head runat="server"> <noscript> <meta http-equiv='refresh' content='0;url=Unsupported.htm'/> </noscript> </head> If i add this to my webform, it redirects to Unsupported.htm if ...
radiobutton list
Vikas Kumar -
18 Aug 2006 7:33 AM - 2 messages
Hi Guys, Can I hav image with radiobuttonlist control instead of text....? Pls help me in this concern... ...
The dependency 'Interop.MSDASC' could not be found.
harinathreddy -
18 Aug 2006 7:21 AM - 1 message
Hi all, when i tried to open a solution in VS.Net 2003, i am getting following error. The webserver reported the following error when attempting to create or open the web project located at the following URL: http://localhost:/IRPWeb'. 'HTTP/1.1 400 Bad Request' ...
Wanted to achieve F11 browser feature in ASP.NET Application
imghani -
18 Aug 2006 6:42 AM - 2 messages
Hi all, I have developed an application in ASP.NET. I wanted that whenever a user comes to my website, it opens browser in F11 mode. I find the code to open browser in F11 mode (its javascript) but this ...
A Truly Excel-like Grid Control
imghani -
18 Aug 2006 6:33 AM - 3 messages
Hi all, I found link to a tutorial "A Truly Excel-like Grid Control " on Datagridgirl.com. Link provided was: [link] When followed this link, did'nt exists on msdn. I tried on google for a ...
select text in TextBox from code?
Dabbler -
18 Aug 2006 6:27 AM - 5 messages
Is there a way to mark the text in a TextBox control as selected so when the user types a new value the existing text is replaced? Thanks ...
How to empty cache
Parrot -
18 Aug 2006 2:13 AM - 5 messages
I set a Web ASP button to have its OnClientClick set to a javascript that opens a window. For some reason, every other time I click on the button it displays the older webpage from the cache rather than the most recent. I ...
inter-project page call
José Nunes -
18 Aug 2006 1:26 AM - 1 message
Hi, I have two web projects in the same solution, one called site1 and the other site2. In the first one (site1), i have a page(result.aspx) that goes on the DB and retrieves all the necessary data and then, sets an session ...
toolbar for all browsers
rodchar -
18 Aug 2006 12:18 AM - 3 messages
hey all, is it possible to make a toolbar that will be compatible with all browsers? also, does anyone have some basic resources on how to create a toolbar for a browser? thanks, rodchar ...
GV Databound Event vs DG ItemDataBound Event
GaryDean -
17 Aug 2006 11:18 PM - 2 messages
It seems every time I try to use the GridView to do what I used to do with the DataGrid I run into differences that make me want to got back to the datagrid. for instance... the DataGrid ItemDataBound event was a very valuable event to customize ...
dynamic control's event handler not firing
TS -
17 Aug 2006 10:40 PM - 5 messages
I am creating a User control and i create some dynamic controls in the init handler. one of the controls is a custom validator which i assign a serverValidate event handler. I usally always do my controls as custom server controls and don't understand why this event won't fire. ...
Very odd "If value >= x" Error
Jim in Arizona -
17 Aug 2006 10:24 PM - 14 messages
I made a page with a gridview that has rows show a different color if a number in a column is greater than or equal to 45. I also did this conditional formatting for the column next to it. Here's my code. ...
AccessKey property for ImageButton
Steve -
17 Aug 2006 10:20 PM - 1 message
In ASP.NET 2.0 is there any way to define an access key for an ImageButton such that when the access key is invoked, it merely causes the focus to be set to the ImageButton rather than actually invoking ...
add Flash content in custom control C#.net
Priya -
17 Aug 2006 10:11 PM - 2 messages
Hi , I'm creating a custom control for a web project. I wanted to add flash content as part of that control. How do i do that in C# file. Pls help. Thanks in advance, Priya ...
Suggestion for next release of 2.0 - ValidationSummary Control
r2thej151 -
17 Aug 2006 9:53 PM - 4 messages
Hi Guys, I have a feature request for 2.x or 3.x. How about we have the option to let the ValidationSummary display messages from all validators on the page? For instance, maybe we can have an additional property ...
Newbie question: Panel with User control trying to access web page
Ian J. -
17 Aug 2006 9:34 PM - 2 messages
Hi, I'm a bit of a newbie to C# and ASP.Net, so I'm having problems getting even simple things done. Firstly, I'm developing on WinXP, local IIS instance, using VS 2003 with ASP.Net 1.1. What I'm currently trying to do may be completely wrong ...
Master page does not exist
Bren -
17 Aug 2006 9:07 PM - 3 messages
Hi All I am just in the process of taking the leap into .net 2 and vs 2005 and a I have come across a bit of a problem. I have created an Intranet app and have the following folder structure:- ...
editing web app resource
alf -
17 Aug 2006 8:57 PM - 1 message
Hi, I want to use resource to keep all user interfaces text and give a page to the user to edit this resource. The page could be a datagrid bind to the XML resource file. I'm thinking in performance because all web forms will read from this XML ...
data modification on multiuser environment
philip -
17 Aug 2006 8:36 PM - 4 messages
hello i am new to asp.net and sql server 2005 programming. i am wondering how to code asp.net to prevent multiuser from modifying a share data (on sql server) at the same time. should i do some special ...
How to print html pages
santhosh146 -
17 Aug 2006 7:40 PM - 2 messages
Hi, I have a requirement where i need to get the postings in a microsoft content management server website and store it in html. I am able to do this successfully. Now i want to know how i can i concatenate all these ...
Developing on a server that's not on port 80...
rlrcstr -
17 Aug 2006 7:31 PM - 4 messages
I'm trying to create a project on a virtual server that runs on port 8000, rather than port 80. I tried creating the project at http://localhost:8000/MyFolder but it keeps telling me that the file path doesn't map to the url. Is there some trick to using different port numbers? ...
open source e-commerce ?
andy -
17 Aug 2006 7:23 PM - 3 messages
Do we have any good (EU compatible) open source ecommerce projects that come anywhere near competing with php's osCommerce ? Im a devoted .net developer, but i cant see anything that comes anywhere near this. Ive checked out dotnetnuke and Community Starter KIt (CSK is promising) ...
Authorization not working as expected
las -
17 Aug 2006 7:22 PM - 2 messages
I have created a web service and a simple ASP.Net page that makes calls to the web service (the page roughly mimics the standard Visual Studio web service test page). Running on //localhost, if I disable Windows Authentication in IIS, ...
How store results of SqlDataSource SELECT statement?
VB Programmer -
17 Aug 2006 6:29 PM - 2 messages
I have a SqlDataSource I setup on an ASP.NET 2.0 webform. I setup the SELECT statement and it has 1 parameter, @ProductId. How do I, using VB.NET, store the results of that SELECT statement into a datatable or dataview, for example? ...
runtime (release mode) pop-ups in codebehind?
H -
17 Aug 2006 6:28 PM - 1 message
I have a release build in which I want to have javascript alerts that pop up to display variable values. what is the best way? this didn't work Page.ClientScript.RegisterStartupScript(Me.GetType,"PopUp", <script language='javascript'>alert('here');</script>") ...
Help... options added to Select element from clientside automation not working properly with Code Be
Next »
|
|||||||||||||||||||||||