Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Could we send a compressed file (.zip) to server by web service?
ad - 10 Sep 2005 10:04 PM - 7 messages
I have a compressed file in client. How could we send this compressed file (.zip) to server by web service? ...
Score how to send email in web speech application
Mian Mahboob - 10 Sep 2005 9:50 PM - 1 message
hi    i need help how can send email in web speech application in using asp.net language vb.net and also refer me a good book  regarding web speech development in .net mian mahboob ...
Score Dynamic header output in Repeater control?
Steve Franks - 10 Sep 2005 8:29 PM - 2 messages
OK this is driving me nuts - hope someone can help. I am searching for a way to dynamically output a value within the HeaderTemplate section of a Repeater control.  Is this possible? It is obvious how to do this in the ItemTemplate section, but how can I do ...
Score The type '_Default' is ambiguous
TdarTdar - 10 Sep 2005 7:49 PM - 5 messages
Hi, How do you solve this problem, I seen a web page about this but I still very new to asp.net so please elaborate thanks  ? Parser Error Description: An error occurred during the parsing of a resource required to ...
Score Is xspisapi.dll still needed in 2003
DazedAndConfused - 10 Sep 2005 6:53 PM - 2 messages
Is this still required to prevent users from downloading source files? <!-- PREVENT SOURCE CODE DOWNLOAD This section sets the types of files that will not be downloaded. As well as entering a httphandler for a file type, you must also associate that file type with ...
Score Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\sitio\16a5fc0
Alejandro Becker - 10 Sep 2005 6:17 PM - 4 messages
Hi, I have Windows 2000 SP4. is domain controller. and Visual studio 2003 I get the error: Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\sitio\16a5fc06\770e5f27" is denied. when I try to acces to the site. ...
Score Wanted: Example of Row Filtering with DataView
Siegfried Heintze - 10 Sep 2005 5:02 PM - 4 messages
I'm displaying information on job postings in various cities. For example, might have a dozen jobs in Atlanta GA and I decide, at run time, that I don't want to see them. How do I set my DataView to filter them out? I tried ...
Score Q: logging
JIM.H. - 10 Sep 2005 3:29 PM - 2 messages
Hello, In my application I want to keep logs, so once users login I want to write it to a log table, if she/he add/delete/modify I need to log those activities too. How should I do this, is there any code that handle logging I can check? ...
Score Dynamically output table results?
Steve Franks - 10 Sep 2005 3:15 PM - 3 messages
Can someone please recommend a good way in ASP.NET 1.1 to dynamically create a HTML table to display some results I have in local variables? For example, I want my HTML output to look like this:       Magazines (table header) ...
Score forms authentication
z f - 10 Sep 2005 2:39 PM - 2 messages
Hi, In forms Authentication, if a page was redirected to a login page, and the login was successfull, but the logged in user is not included in the required roles for a directory using web.config with forms authentication, the page is redirected to the login page again, without any friendly message ...
Score Include file in ASP.NET
asad - 10 Sep 2005 2:26 PM - 5 messages
Hello, how ru all, I have created a user control in which my site links are created and then i added this control to all of my ASP.NET pages but there is some problem in Table adjustment in all of pages no any html table tag implemented on user ...
Score Datagrid Question
Mardy - 10 Sep 2005 1:52 PM - 10 messages
I have an editable data grid that contains two drop down lists. one list is dependent on the value selected in the other list. Very simply the 1st ddl has 3 values, if value 2 is selected, the second ddl is enabled otherwise the ...
Score asp:button control not firing event
csgraham74 - 10 Sep 2005 1:45 PM - 4 messages
Hello, Ive been working on an asp.net application in both dreamweaver and visual studio .Net. Ive imported files created in dreamweaver into my VS.Net application. The main problem that i have is that my asp:buttons are not firing ...
Score How to change Global.asax to code-behind
ad - 10 Sep 2005 1:17 PM - 6 messages
The Global.asax is code-inside with default. How to change Global.asax to code-behind? ...
Score DataGrid reordering
John Wilson - 10 Sep 2005 1:13 PM - 2 messages
How do I get a datagrid to reorder by just clicking on a column header? I know there's a way to do this but I can't find it. I bet its easy. John ...
Score How to relatively reference the path in c# asp.net
Annie - 10 Sep 2005 1:08 PM - 4 messages
hi guys, I have a path of eg: http://localhost/MobileShop/MobileImages   but it doesn't work if i access it removely of course. I can do something like [link] ... but ...
Score Adding a control to a custom web control
Web Team @ Borough of Poole - 10 Sep 2005 10:10 AM - 6 messages
Hi All, Can someone please explain how I go about adding a control (Say for example a panel) to a custom web control. I've tried this: Protected Overrides Sub Render(ByVal output As System.Web.UI.HtmlTextWriter)         Dim EditPanel As New System.Web.UI.webcontrols.Panel ...
Score Adding a control to a custom web control
Web Team @ Borough of Poole - 10 Sep 2005 10:10 AM - 1 message
Hi All, Can someone please explain how I go about adding a control (Say for example a panel) to a custom web control. I've tried this: Protected Overrides Sub Render(ByVal output As System.Web.UI.HtmlTextWriter)         Dim EditPanel As New System.Web.UI.webcontrols.Panel ...
Score asp.net 2.0 master pages problem
Martijn Saly - 10 Sep 2005 10:08 AM - 8 messages
Hi there, I've created a master page with some controls on it, a Calendar control among others. Now depending on the date(s) selected, the content page needs to be updated. In the masterpage I've created StartDate and EndDate ...
Score Flat Style DropDownList
Stefano Napafini - 10 Sep 2005 10:04 AM - 2 messages
As subject, how could I change the layout of an asp:dropdownlist webcontrol so that it appears flat (single border, no 3d look...). Probably it's a very naive question, but I've started using asp.net just now...and sorry for the mistakes due to my bad english... ...
Score Textbox sends me question marks
J-T - 10 Sep 2005 7:24 AM - 1 message
I have a textbox on my site which users can enters thier commecnts and when they hit the send button ,and email is sent to me which contains  the comment in its body.it is fine with English inputs.However when thier write ...
Score Password protect/Forms authentication method
sunniyeow@gmail.com - 10 Sep 2005 6:42 AM - 5 messages
Hi, My question is regarding password protecting 2 different folders inside a single virtual directory using forms authentication method. Easier if I illustrate things out... - <authentication mode="Forms"> - Virtual Directory aka Top Level Root = /mysite - Inside /mysite I have 2 sub-folders which I want to password protect ...
Score Check the page (URL)
Just D. - 10 Sep 2005 6:04 AM - 3 messages
Does anybody know how can we check if the URL exists inside currently running web application written in C#? For example I'm having the page name like: "SomePage.aspx" and I need to know if this URL exists and I can safely ...
Score Unspecified error when trying to Fill oleDB Dataset from MS Access
Siegfried Heintze - 10 Sep 2005 3:48 AM - 2 messages
I'm using a third party hosting service. I presently have a Web Service on this hosting service's server that loads and executes a native mode DLL. This demonstrates that the hosting service has given me proper access to the ...
Score .net 2005 problem
fred - 10 Sep 2005 3:37 AM - 1 message
it is same code using mappoint webservice which could run in .net 2003.but couldn't run in .net 2005. see the attached code. ***************** Sub RenderMap(ByVal myPanHorizontalAdjustment As Double, ByVal myPanVerticalAdjustment As Double, ByVal myZoomValue As Double)         Dim renderService As MSMapService.RenderServiceSoap = New ...
Score ResourceManager won't load sattelite culture
secure_guy - 10 Sep 2005 12:57 AM - 3 messages
I'm using really simple code, and this worked for a while, but it stopped working. I can now never display in French. I saw an aricle on impersonation, but I'm not using impersonation. I have an fr-CA ...
Score Make new instance of existing Label (newbie)
footballhead - 10 Sep 2005 12:01 AM - 1 message
Hi, Newbie here doing my best to learn but I am stuck. I have a site that I want to modify. I do *NOT* have access to the codebehind. I am stuck with using inline coding on a page that already ...
Score Make new instance of existing Label (newbie)
footballhead - 9 Sep 2005 11:37 PM - 2 messages
Hi, Newbie here doing my best to learn but I am stuck. I have a site that I want to modify. I do *NOT* have access to the codebehind. I am stuck with using inline coding on a page that already ...
Score Unicode -- missing Spanish chars
Chip - 9 Sep 2005 11:34 PM - 2 messages
I was under the impression that all the string and file handling methods in vb.net defaulted to UTF-8. I am losing chars and I don't know why. Dim fs As New FileStream(MyFilename, FileMode.Open, FileAccess.Read, ...
Score Deployment Question
Zach - 9 Sep 2005 11:27 PM - 12 messages
With Studio .NET (using ASP IDE and C#) I have created a dll. The dll contains a form. I have a website. From that website I wish to call the form in the dll. Presumably I need a couple of script lines in an existing page of my website ...
Score HELP: Getting row column values in ASP.NET datagrid?
Usenet User - 9 Sep 2005 11:07 PM - 3 messages
I have a datagrid bound to a dataset table. Unfortunately, the table's primary key consists of not 1, but 3 columns, so I cannot correctly set the DataKeyField property of the grid (it only allows for 1 column), and, therefore, cannot use syntax ...
Score Newbe Question
Ryan Smith - 9 Sep 2005 10:31 PM - 4 messages
Is there a way to limit a datagrid to say 10 records quickly and easily? ...
Score DLL References Not Updating
cmay - 9 Sep 2005 10:30 PM - 5 messages
Maybe someone can give an idea of why I am having this problem before I put my fist through the computer screen. My problem goes like this.... Lets say I keep my DLLs in a folder called "DLLS". I have an asp.net application called "app" that references some of ...
Score Codebehind Attribute and Different Paths
landers - 9 Sep 2005 9:49 PM - 3 messages
Hi All, I have created a vb file that inherits a System.Web.UI.Page.  As I am against duplicating source code, I have set the Codebehind attribute on all my aspx pages in the same directory.  This works a treat. ...
Score Create setup project in Visual Studio .NET
Shawn@Google - 9 Sep 2005 9:46 PM - 1 message
Hi,    I am trying to create a setup project for a install, which includes 3 XML web services, 1 ASP.NET application.  I've done setup project in Visual Studio before with 1 ASP.NET application, which is very straight ...
Score printdocument to pdf
Maciek - 9 Sep 2005 9:34 PM - 1 message
Hi all I need export PrintDocument to pdf. Anybody knows how can i do it? Thanks ...
Score Report question?
Ily - 9 Sep 2005 9:28 PM - 2 messages
Hi My client has asked me to develop a way of building a report designer for use on the web? For example if he want to view the top 10 products, he should be able to design a report that can allow him to do this. So they are not built ...
Score Working with Soap Headers
mmorrison93 - 9 Sep 2005 9:27 PM - 1 message
I have a question about adding a soap header to a soap request. I'm currently trying to consume a web service that requires that I place authorization information in the header. The proxy class that I am working with inherits the ...
Score html editing control
param - 9 Sep 2005 9:19 PM - 7 messages
Hi all, can anyone recommend a good html editing control for asp.net? Kind of like the ones web email sites have on their compose page e.g. hotmail, yahoo etc. TIA! ...
Score DataGrid_ItemDataBound
rodchar - 9 Sep 2005 8:24 PM - 2 messages
hey all, i was just wondering about ItemDataBound (and the other similar events ItemCommand for that matter), I notice that in my brief experience that these procedures can get pretty lengthy. What are some of you out there to keep things organized since so many ...
Score out of curiosity
rodchar - 9 Sep 2005 8:18 PM - 3 messages
hey all, i have the following 2 scenarios, 1 works the other doesn't: this works:        If IsDBNull(e.Item.DataItem("DateField")) Then                 e.Item.Cells(DATE_APPROVED).Text = String.Empty ...
Score how to manipulate a drop down list to show multiple column
marty.overdear - 9 Sep 2005 8:14 PM - 3 messages
I am re-writing an access application using vb.net and oracle.  Access has a drop down list that shows value 'a'.  When selecting the pulldown list, it shows     'a' | 'b' | 'c' after selecting the row u want, it goes back to showing 'a'. ...
Score Crystal 8.5 and IIS6
Freddie - 9 Sep 2005 7:28 PM - 1 message
Hello all, I have a problem with an asp web application that is trying to use crystal reports to make an excel document.  When the Export function is called on the Report object I get the following error: Error: 507 ...
Score Acquiring VS.NET 2005
Jeremy S. - 9 Sep 2005 6:57 PM - 5 messages
In the good ole days I used to buy the MSDN Universal subscription for 1500 bucks and have everything I needed. But now MSDN seems like a big moving target. I read about how MS is totally changing MSDN subscriptions and coming up with "smaller versions" or ...
Score Unable to connect to the Sql server database
Cailin - 9 Sep 2005 6:46 PM - 3 messages
hi all, I can't connect to the Sql server database, and I see this error message: "BC30519: Overload resolution failed because no accessible 'New' can be called without a narrowing conversion" on the code below with "Here is the ...
Score How to insert HTML strings in ASP.net
Andrew - 9 Sep 2005 6:31 PM - 6 messages
Hi, friends, In ASP, we use    obj = CreateObject("com.dll")    obj.GetHTMLText(inVal, outHTMLTxt1, outHTMLTxt2) to get different HTML strings based on input values. Then, we insert them into proper location of HTML something like the ...
Score Learning Curve on 2.0
Jeremy S. - 9 Sep 2005 6:22 PM - 3 messages
I know these questions can have no objective and definitive/correct answer - but I'm looking for some general insight, non specific as it may be. So, from those of you who have actually worked extensively with ASP.NET 2.0: ...
Score Please HELP! - Error while passing input parameters to sp
Jimmy - 9 Sep 2005 6:17 PM - 1 message
I have a web page that displays data from a sql server db. I'm using a stored procedure to return data from a field of type text as an OUTPUT parameter. How can I use an OUTPUT parameter of datatype text being returned from a ...
Score Datagrid Refresh
Andre - 9 Sep 2005 6:11 PM - 2 messages
hi,     In my Datagrid i have some text and a image (for each item), if i edit the image and save it to the HD there's no problem, but the image is always saved with the same name (item number.jpg) so after the change the datagrid ...
Score Getting the screen resolution
eagle - 9 Sep 2005 6:05 PM - 2 messages
How do I get the screen resolution when running an asp.net project.  I tried the old way, and I get an error on the apiGetWindowRect that says "Object reference not set to an instance of an object. " Public Structure RECT ...
Score Odd problem with VS 2005 web designer
Benton - 9 Sep 2005 5:44 PM - 1 message
Hi there, I just installed VS 2005 Beta 2 on a PC with Windows 200 professional. I create a new web site. In the Solution Explorer I right click the Default.aspx page, select 'View Designer' and the source of the aspx page is ...
Score Width of table
eagle - 9 Sep 2005 5:29 PM - 2 messages
How can I get the width of a table to be 100% of what's displayed on the screen, and not affected by other controls on the form?  For instance, if one table displays past the screen size, causing it to go off the right side ...
Score more about link buttons
rodchar - 9 Sep 2005 4:59 PM - 4 messages
hey all, i have 4 link buttons on my page. could i just i have 1 handler for all these buttons? if so, how can i let the handler which button got clicked? thanks, rodchar ...
Score Web User Controls - How to reference objects on them?
Hanover - 9 Sep 2005 4:50 PM - 3 messages
What I want to do seems like it should be simple: 1. Create a new web control 2. Place a datagrid on it and set it's ID to dgFiles 3. Assign it's datasource. Sub ShowFiles() Dim ds as dataset ...
Score Web User Controls - How to reference objects on them?
Hanover - 9 Sep 2005 4:50 PM - 1 message
What I want to do seems like it should be simple: 1. Create a new web control 2. Place a datagrid on it and set it's ID to dgFiles 3. Assign it's datasource. Sub ShowFiles() Dim ds as dataset ...
Score What's the proper Doctype for asp.net pages ?
craigkenisston - 9 Sep 2005 4:37 PM - 2 messages
Hi, I'm running my asp.net website against several HTML validators. My pages have the html 4.01 strict doctype, because I wanted to avoid problems with the difference in the box model across browsers. However, all the validators complains about the use of "_" character as ...
Score link button
rodchar - 9 Sep 2005 4:23 PM - 4 messages
hey all, does anyone know how to make the underline go away when you mouse over the link button? thanks, rodchar ...
Score drivign me crazy for last 2 days - itemdatabound
samir dsf - 9 Sep 2005 4:06 PM - 5 messages
hi i have a link in the datagrid which are actually the names of the files..what i am doign is when i click to that link i display the description of that file below it. i have implemented something simialr ...
Score Open multiple browser windows
Ayoa - 9 Sep 2005 4:01 PM - 3 messages
I am working on some web based custom reports and i want to open multiple browser at the click of a button. So for example if i have 2 guids in my arraylist, i want to open 2 windows. protected void viewReport2_Click(object sender, System.EventArgs e)   { ...
Score Compilation Error - BC2000
Mythran - 9 Sep 2005 4:01 PM - 1 message
Web Project - No Strong Name BLL Project - Strong Name DAL Project - Strong Name Schema Project - Strong Name Web Control Assemblies - all have strong name None of the above is stored in the GAC.  The BLL and DAL project assemblies ...
Score handles
rodchar - 9 Sep 2005 4:01 PM - 3 messages
hey all, i have 2 buttons on my form (button1 and button2). button2 has 1 line of code and the rest of the code is in button1. i tried adding the button2.click event to the button1 handles and it kinda works. ...
Score Separating application logic and content from its presentation
Greg - 9 Sep 2005 3:42 PM - 2 messages
Hi, I am about to develop a simple Content Management system – main purpose would be posting articles.  I am trying to find some ideas/ sample architecture showing how to separate application logic and content from its presentation. I would like to use some kind of predefined templates (only ...
Score [Error] 'ListItem' to type 'String'
Sparky Arbuckle - 9 Sep 2005 3:24 PM - 5 messages
I am looping through a listbox collection to build a SQL string that will be used to delete items from a database. I have tried many variances of the code below but have had no luck. The code below gives ...
Score Dynamic Textboxes
the friendly display name - 9 Sep 2005 3:13 PM - 3 messages
Hello newsgroup.. Following problem: I have two buttons on a page, If I click on button1, an additional textbox should be dynamical created and added to a panel. If I click on button2, one box should be removed from the Panel. ...
Score counting the click on a picture
Britney - 9 Sep 2005 3:07 PM - 2 messages
hi,     I have user picture on  aspx main page, if end-user click it 100 times, then number_of_clicks will increment to 100. however, What we do right now is that everytimes a user click on the ...
Score exapnding and collapsing a table cell on mouse over and out
PJ6 - 9 Sep 2005 3:04 PM - 3 messages
For client-side behavior, I want to expand a table cell to show content underneath a cell's text on mouse over, and hide it on mouse out. I'm having problems making this work so that the cell is its original height after ...
Score Disallowing back after submit
Mantorok - 9 Sep 2005 2:59 PM - 3 messages
Hi When someone submits an application on our site they get re-directed to a "Finished" form, however, I don't want them to be able to hit "back" and go back and submit it all again. Any ideas on how to work around this?  I could check when they last ...
Score incorporating ASP pages withing a .NET project
ezelasky - 9 Sep 2005 2:52 PM - 2 messages
I have been handed a group of .asp javascript pages that will provide a set of javascript objects and computational functions, no controls or html.  I need to be able to create these objects and make function calls from my ASP.NET project.  Is it possible to do this?  If so, ...
Score Cleaning up after sessions
Mantorok - 9 Sep 2005 2:38 PM - 3 messages
Hi During use of our ASP.net site users have the ability to upload files to a temporary area. What is the ideal way of removing these files when the user has finished (ie the session has ended)? Thanks Kev ...
Score Postback Question
Bryan - 9 Sep 2005 2:33 PM - 7 messages
I've got an ASP.NET application running that has a non-visual user interface (it's a voice app using VXML.) The voice client understands cookies and when it requests and aspx page, what actually gets returned is VXML code. I'd like to be able to postback data to my ...
Score Complex GirdView Problem, returning values from dynamic TemplateFi
Larry Grady - 9 Sep 2005 2:15 PM - 5 messages
Anyone up for a challenge? I've been struggling with this for a few days and was hoping someone could help me.  Pouring through all the messageboards I just can't find the solution. We have a GridView that needs to be dynamically designed, depending on what ...
Score sql data to string
Remco Ploeg - 9 Sep 2005 2:09 PM - 4 messages
Hi, I need to fill a string with data from sql server, i am using the following statement for retrieving the data (example) public SqlDataReader Inleiding ()         {             strConn="Data Source=W2K3-BASE;uid=test;pwd=test;Initial ...
Score Maintain Datatable values during postbacks
bijoy - 9 Sep 2005 2:06 PM - 5 messages
My page has a Listbox called Rooms, a text field called chairPerson and a button called Add. When Add is clicked, the script needs to display the selected info in a datagrid. For example, if the user selects Rooms 1,5 and 7, and enters Bijoy for ...
Score asp.net Frames
mkiger - 9 Sep 2005 2:00 PM - 3 messages
Hey guys,   I am creating an asp.net page and am running into a problem. The page has several frames; I need an click event on the page in one frame to refresh the page in another frame. I found the following code on another page: ...
Score SqlDataAdapter, BC30519: Overload resolution failed because no acc
Cailin - 9 Sep 2005 1:57 PM - 1 message
I am trying to make a connection with my SQL server DB, and I got this error message:   "BC30519: Overload resolution failed because no accessible 'New' can be called without a narrowing conversion". Here is my code. sub Page_Load ...
Score Reading all the Rows in a Column using DataReader
Mattyw - 9 Sep 2005 1:44 PM - 3 messages
Hi I have a sqlcommand that returns all the rows in a column and then pass that to a datareader. I am new to VS.Net and so far I can only return the first row in the first column using ...
Score Asp.net not working
Aravind M - 9 Sep 2005 1:43 PM - 3 messages
I have installed VS 2002 in my system without installing IIS. Now i want to build Asp .Net application. I cannot able to create a ASP.Net Project. It display some error messages. Help Me. What i have to do. ...
Score about onclientclick and postback
Alex D. - 9 Sep 2005 1:21 PM - 4 messages
Hi. I need to use a linkbutton to open a new window (it has to be a linkbutton to match the look and feel of a link).  In order to do that I use the OnClientClick property and insert some javascript into it. It works fine but ...
Score include file
NuB - 9 Sep 2005 1:13 PM - 6 messages
i have an classic asp web app that I'm converting to .NET using C#. The asp app uses about 20 include files on various pages, in the .NET world can i use include files or is it web user controls, or something else? ...
Score Problems accessing files in ASP.NET using a UNC path
Chris Newby - 9 Sep 2005 1:05 PM - 3 messages
We are running Win2K / IIS5 in an Active Directory setup. We are running an ASP.NET application that is configured to use Integrated Security (with Anonymous and Basic turned off) and that has impersonation turned on in its web config. Users of our application are logged into workstations on within ...
Score ASPNET permissions woe - even when writing to a local drive that is mapped
jimmyfishbean - 9 Sep 2005 12:50 PM - 4 messages
Hi, My client has the following network structure: 2 Windows 2003 servers : Server 1 - Web server running IIS, ftp import and export folder, ASP.NET SOAP web service and asp code on here. Server 2 - SQL server with database on.  Want to store images on here ...
Score Problem trying to download a file from ASP.NET page.
Ken Varn - 9 Sep 2005 12:23 PM - 3 messages
I have an ASP.NET page that incorporates the following code on a button press.       private void DownloadTag_Command(object sender, CommandEventArgs e)       {          FileStream fs; ...
Score Checking email address
JD - 9 Sep 2005 12:19 PM - 3 messages
Within asp.net I know it is possible to validate that a user has entered in a correctly formatted email address. However, what I want to be able to do is to verify that the email address entered is actually going to ...
Score X axis space in the chart
Marcin Zmyslowski - 9 Sep 2005 12:10 PM - 1 message
Hello all! I have the following problem. I would like to move the x axis values from my chart. The X Axis Values are very near the x axis, that`s why I want to put a space between the x axis and x axis values. How can I do ...
Score ms_positioning="FlowLayout Vs GridLayout
conckrish - 9 Sep 2005 11:55 AM - 2 messages
Hi All..   Can u please explain me, what is the difference between FlowLayout and GridLayout and which one is best for DataGrid control?? Thanks!! ...
Score Adding a printer from a web form
alan - 9 Sep 2005 11:54 AM - 4 messages
What I am trying to do is installing printers on the end-user machine through a hyperlink Simply user goes to a web page, sees a printer name, clicks on a hyperlink(which is \\servername\printer ) , and the printer gets installed ...
Score Refer to Object in UserControl???
Tim::.. - 9 Sep 2005 11:53 AM - 4 messages
Can someone please tell me how I refer to a Hyperlink object in a usercontrol from a sub in another aspx page??? I want to change the visibile attribute of a hyperlink in a user control from an aspx page... ...
Score ASP.NET Accessing shares
Oliver - 9 Sep 2005 10:44 AM - 12 messages
Hi, I'm working on an ASP.NET application that allows users to upload images to a central storage area and view using a HTTP handler. This works great if the files are stored on a local drive on the web server. ...
Score RegularExpressionValidator???
franz - 9 Sep 2005 10:32 AM - 2 messages
does anybody tell me why it doesn't works?? in any case gg beame true thanks franz Dim y As RegularExpressionValidator = New RegularExpressionValidator y.ValidationExpression = "^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$" y.ControlToValidate = "ss5ssss" Dim gg As Boolean = y.IsValid ...
Score datagrid event
MaryA - 9 Sep 2005 9:39 AM - 2 messages
Hi all, i have a web form in an asp application that has a datagrid on it and i was wondering if i can use a double-click event to  pull up the next form to show details? What i mean is to take the double clicked value and open another grid bound ...
Score post build event for asp.net page
foldface - 9 Sep 2005 9:05 AM - 2 messages
Hi   Is there any way I can make a post build step for an asp.net page? I can do it for non-web projects but not for web projects.   Could I tweak "custom tool" in some way perhaps to add ...
Score Custom Control: DefaultValue attribute doesn't do anything
dan - 9 Sep 2005 8:45 AM - 1 message
Hi NG, i am developing an asp.net Custom control which consist of some TextBoxes, Button, ... . To let the user of that control set for example the width of the TextBox, the class has a property like this: private int widthTextBox; ...
Score datagrid footer
Daniel - 9 Sep 2005 8:37 AM - 5 messages
Hi All, I need to change the "1 2 3 4..." link button page browsing to 2 buttons which are "<" button and ">" button. is it possible? any guidelines? your help will be appreciated. thank you.. best regards, Ocurnos ...
Score Restoring state to a web page accessed previously
McGeeky - 9 Sep 2005 8:29 AM - 5 messages
I am implementing a series of sequential web pages, a wizard, whereby the user can step back to a previous page. I want to restore the state of those pages if the user navigates back to them. Only being new to ASP.Net, I am ...
Score upload 20MB file ?
Daniel - 9 Sep 2005 7:40 AM - 3 messages
Hi all, when i try to upload 20MB ppt file to sqlserver2000, the web page just show "The page cannot displayed". how to solve it?? any suggestion? thank you in advance. Best regards, Ocurnos ...
Score ASP.NET developer guidelines when deploying to a server with Sharepoint
Dave - 9 Sep 2005 7:03 AM - 1 message
Hi, Are there any specific developer guidelines, publications etc. for developers when writing a stand alone ASP.NET application (no interaction with SPS) but it needs to be capable of being deployed on a server that also has Sharepoint installed. ...
Score Open Word Doc in Word, not in Browser
Franck - 9 Sep 2005 5:41 AM - 2 messages
Hi, Tryin to open a generated word doc with Word and not in IE. Lookin samples, I tried this without success : Response.ContentType = "application/ms-word" Response.AddHeader("Content-Disposition", "inline;filename=" & MyFileName & ".doc") Response.WriteFile(MyFileVirtualPath) It's still opening my doc in the browser, not in Word. ...
Score urgent-itemdatabound not getting called
samir dsf - 9 Sep 2005 5:00 AM - 3 messages
hi I had been using this datagrid for long. all well...but suddenly the itemdatabound event is not at all getting called...i dont see my links..initally it worked well here is the page_load and itemdatabound event. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As ...
Score use .net remoting?
Wendy Elizabeth - 9 Sep 2005 4:59 AM - 6 messages
I want a Visual Basic 6.0 web or desk top application to communicate with a Visual Basic.NET web or desktop application. I also want a Visual Basic.NET web or windows application to communicate with  Visual Basic 6.0 web or desktop applications. ...
Score Email - From Name.
Adam Knight - 9 Sep 2005 3:35 AM - 2 messages
Hi, i am sending email from asp.net. I am using obj.Email.From = senders email address. How do i include the senders name in the email so it will be displayed in the recipients inbox. If i recall correctly JMail had something like objEmail.FromName. ...
Next »