|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Radio Buttons in Repeater Control
SouthSpawn -
13 Aug 2005 9:35 PM - 2 messages
I know this is probably pretty trival. I am trying to put a radio button inside a repeater control. That will allow me to select each row one by one. Then once the user clicks on the submit button. It determines which row has been ...
Assigning a shortcut key to a button
Sam Monroe -
13 Aug 2005 8:42 PM - 3 messages
Does anyone know if there is a way to assign a shortcut key to a button? I haven't been able to find anything about this on the net. Thanks in advance. ...
Add record delete function to an Access Database List - Help Please
Rich -
13 Aug 2005 4:13 PM - 1 message
I have a page that list all records in an access table. I would like to add a delete record function to the list to delete selected records. Here is my current code: ********************************************************* <% Dim strDB, con ...
Page Lost Focus / Deactivate
henrycortezwu -
13 Aug 2005 2:44 PM - 1 message
Hi, I would like to inquire on how to make an event that will simulate the browser loosing focus, or the browser deactivate or inactive state event. Like in Windows Form, there are several events that you can choose from to catch the event a windows form looses focus. ...
HTML Table control ?
WJ -
13 Aug 2005 2:11 PM - 1 message
I am using html/Table control a lot to organize my controls on aspx form. Most of the time it works fine, then all of a sudden, a cell within a table refuses to be resized (left/right) and or a row will not resize. To fix ...
Asp.Net and SQL Report ?
WJ -
13 Aug 2005 1:49 PM - 5 messages
Is it possible to have a web form (aspx) to 1. Pass a parameter input from a TextBox control to SQL Report without letting the report itself asks for it ? 2. Can I put the report inside my website instead of putting it in ...
Error - mscorlib : Thread was being aborted.
T. -
13 Aug 2005 1:14 PM - 3 messages
I had the following code inside my app try { // Open an ADO.NET db connection // Do some db processing here Response.Redirect("main.htm"); } catch(Exception e) { } The Response.Redirect("main.htm") state was generating the error 'mscorlib ...
Web Custom Control Question?
Raed Sawalha -
13 Aug 2005 9:57 AM - 2 messages
I have a very simple ascx file which contains a textbox and a button when something written to textbox and button is clicked it redirect to aspx page with word in textbox as querystring.....what should i do to make this control ...
Is it possible to use PHP code in
Yoshitha -
13 Aug 2005 7:39 AM - 2 messages
hi we have one php project, and the similar project has to be developed in asp.net is it possible to use the same code in asp.net , i mean i've to call the functions used in PHP PROJECT IN MY ASP.NET PROJECT? ...
Good Free Custom Controls bad news
Patrick Olurotimi Ige -
13 Aug 2005 7:03 AM - 1 message
I just came across this site at :[link] And he had some very useful custom controls and now its no more there after he took up a job with microsoft:( hoping the ASPNET group would ...
Avoiding Image Caching
Nathan Sokalski -
13 Aug 2005 5:33 AM - 10 messages
I have been trying to find a way to prevent the images on my site from being cached on the user's machine. I want to avoid this because the images used in an Image control often change, yet have the same name. When they are ...
Question
Manny Chohan -
13 Aug 2005 2:34 AM - 2 messages
Hi Guys, I need to to put one project on my client's server. how can i make the project work without putting the codebehind files on his server. I need to prevent access to my code. Just need to put aspx, images and some dll files. ...
Programmatically Refreshing the Page
Nathan Sokalski -
13 Aug 2005 2:28 AM - 11 messages
One thing that I have often needed to do that I have been unable to find a way to do is refresh the page (basically do the same thing as pressing the browser's Refresh button). I know how to do this using Javascript/JScript, ...
Request.QueryString and Server.URLDecode()
John Grandy -
13 Aug 2005 12:05 AM - 7 messages
Does Server.URLDecode() need to be applied to Request.QueryString(<key name>) ? ...
Problem with table
Daniel -
13 Aug 2005 12:01 AM - 2 messages
Hi, <asp:TableCell BackColor="#000066" ID="tblcell" Width=?/> can anyone know to add variable ? for the width ? i had tried width='"' + ? + "'" when i switch to Design page, error message appear in the control. how to add variable in the width? ...
listbox - mulitple selection detection
Dave H -
12 Aug 2005 11:25 PM - 6 messages
I have an asp:listbox, allowing multiple selections, is there a quick check to see if there's more than one selected, or do I need to go through the whole list? Thanks, Dave ...
Condtional Region or Show/Hide Section
Steve Lewis - Website Nation -
12 Aug 2005 10:33 PM - 5 messages
In Classic ASP, if I wanted to show or hide a section of a page, I could simply do: <% If Variable = X Then %> <p> Html or anything else to hide here </p> <% End If %> ...
How can we terminate a user's session
ad -
12 Aug 2005 9:46 PM - 4 messages
In some condition, like another user log in with the some ID, I want to close a user's session. How can we terminate a user's session with program? ...
How to show a message on browser when time out
ad -
12 Aug 2005 9:43 PM - 2 messages
I want show some message to user when his session time out. How can I do that? ...
Force a cast
Jeremy Chapman -
12 Aug 2005 8:39 PM - 13 messages
I want to access the viewstate of a page object from outside of the class (in a helper class), so I made a class inherited from Page, and exposed a property that returns the viewstate object. I my helper class I cast the ...
Copying site to cd?
VB Programmer -
12 Aug 2005 8:29 PM - 11 messages
I would like to copy my full ASP.NET website to a cd to pass out to people without computers. Is this possible? How could I do this? ...
Connection Problem
Paul Smith -
12 Aug 2005 8:28 PM - 4 messages
I have established a connection to an Access DB on my hard drive, well at least I think I have because a) the connection tested okay and b) when I double click on a table in the Server Explorer window, the contents of the ...
asp.net (html / blazer access) keyboard modes
WPT Pro -
12 Aug 2005 8:06 PM - 1 message
Is there way to make a keyboard automatically go into a "numeric mode" when the mobile app renders code for html or blazer clients? Example, a client with a TREO 650 running the blazer browser...how can you set ...
Turn Autocomplete off using asp.net mobile controls
WPT Pro -
12 Aug 2005 8:00 PM - 1 message
I have a mobile app that is used primarily by Nextel phones using wap and it works great. There are now some Treo 650's using my mobile software and the problem i am having is that Treo's retain past inputed ...
asp.net dlls called from outside
tshad -
12 Aug 2005 7:36 PM - 10 messages
I have my Classes that I have built in asp.net and the Dlls go into the bin folder I need to write a service that will run on the Web service and will access Sql Server to find clients that have met certain criteria and will send ...
Retrieving values from HTTP POST
RHPT -
12 Aug 2005 6:50 PM - 14 messages
I am wanting to capture the XML posted by an InfoPath form with .NET, but I cannot figure out how to capture the XML stream sent back by the InfoPath form. With Classic ASP, I could just create an MSXML object then load the XML ...
asp.net security problem
Bala -
12 Aug 2005 6:48 PM - 2 messages
Hi, I am hosting a ASP.net web application in a web server. The SQL Server is locates in the net work it was not in the web server. The Web server has set up newly Can anyone tell me how the connectionstring has to made in the web.config ...
ASPX page not always being "called"
epigram -
12 Aug 2005 6:19 PM - 3 messages
This is probably a more general HTML question, but here it goes. We're creating an asp.net app and noticed that sometimes if an aspx page has already been visited (say, in a given session) that the page doesn't ...
What event fires when user uses Alt & numeric key pad to enter text into a textbox
Rob Nicholson -
12 Aug 2005 6:18 PM - 11 messages
In our application, we've added a bit of JavaScript that updates a title as the user types into a textbox. To trigger this, we patch into the "onkeyup" and "onpaste" events: FirstName.Attributes("onkeyup") = "ChangeTitle();" ...
findByValue
abcd -
12 Aug 2005 6:09 PM - 3 messages
I have ASP.NET list control I am using lstDSN.Items.FindByValue(srcData) how can I find by case insensetive? I want to ignore Items case and srcData case? Thanks ...
Calendar Control TabIndex = -1
Chris -
12 Aug 2005 6:04 PM - 1 message
Is there a way to stop all the controls of the calendar control not get tab? Setting the control tabindex to -1 doesn't seem to do the trick. thanks Chris ...
FCKeditor under .NET - configure for file upload only?
Gerry -
12 Aug 2005 5:36 PM - 1 message
FCKeditor appears to be a good product. Unfortunately, the documentation is severaly lacking. (Due to this?)I am having a problem and I have a question. Problem: FCKeditor appears to function proeprly except for file upload. I modified fckconfig.js so as to select the ASP.NET connector. However, ...
User tokenGroups -> All Groups? Help!!
Chad Beckner -
12 Aug 2005 5:13 PM - 6 messages
First, sorry for crossposting, not sure exactly where to place this question... I can not seem to find a way to get a users (or my) tokenGroups from ADS using VB.NET. I have seen several examples, but I can't get them to work. ...
Solution Build question / issue....
JCauble -
12 Aug 2005 4:22 PM - 6 messages
1. We have a web project that has a support dll that uses the following command: HttpContext.Current.Application["key...."].ToString(); 2. In our environment we must use a build process that runs from the command line to get things into production, not the IDE. ...
Specified cast is not valid?
Daniel -
12 Aug 2005 4:15 PM - 2 messages
HI, <asp:TableCell BackColor="#000066" ID="tblcell" Width='<%# DataBinder.Eval(Container.DataItem, "PRODUCT_ID") %>'/> code at the above is displaying the message Specified cast is not valid. How to cast the width's value into integer? i already out of ideas. ...
Cookie Caching Problem...
Charlie@NISH -
12 Aug 2005 3:12 PM - 2 messages
Hi: Our portal writes a cookie to browser on login. The cookie is then requested by applications launched by portal as a way of passing credentials. The problem is when logging off portal, then logging back in as another person, cookie retrieved by application belongs to first user who ...
Paging through a datagrid
bbdobuddy -
12 Aug 2005 3:06 PM - 2 messages
I have a datagrid that contains hundreds of items. I want to be able to show 25 per page and then use the page numbers on the bottom of the datagrid so that the user can scan through the pages to find the record they are looking ...
Automatic Refresh of page (using a timer and .reload) causes messagebox.
UJ -
12 Aug 2005 3:04 PM - 3 messages
I have a page with code in it to automatically refresh the page every 30 seconds. Works great. But if I do anything on the page (which resets the timer) and then it times out to refresh, I get the 'The page cannot be ...
Add control to all pages through Global.asax
Grant Merwitz -
12 Aug 2005 2:33 PM - 5 messages
Hi Is there a way to add a control to my page through the Global.asax I would like to place this code in the Session_Start page so its only added to the first page the user visits. TIA ...
DHtml, Images and a DataGrid
Tim::.. -
12 Aug 2005 2:21 PM - 1 message
Please, please, please help!!! I have a datagrid that displays a list of contacts on our intranet site using the ActiveDirectory as it's main Data Source. I want to be able to show an image of each employee using a popup layer but ...
Is there a way to keep a specific EditCommandColumn from firing?
needin4mation -
12 Aug 2005 2:14 PM - 2 messages
Hi, I have code that hides the EditCommandColumn in some places where I do not want the user to be able to edit that row. However, to do it, I change the visible property to false. What I would like to do is put ...
help with encryption
dotnettester -
12 Aug 2005 1:49 PM - 5 messages
Hi, I have no clue about .net encryption. Any good tutorials that would take me from 0 to guru :)???? Thnx ...
How Do I Center This Sample Webpage In Firefox?
Joey -
12 Aug 2005 1:32 PM - 5 messages
Does anyone know how to center this sample webpage in Firefox? If so, will you provide the example as it applies to this sample webpage? I have read numerous posts and articles on how to center content with CSS...none are working for me. The best I can do at this point is the ...
Convert wmf to jpeg causes black background in result image.
Jonas -
12 Aug 2005 12:49 PM - 2 messages
Hi! When i use the code below to convert a wmf to a jpg image, the output will always be with a black backgound. ("data" is a byte array containing the WMF file) System.IO.MemoryStream ms = new MemoryStream(data,0,data.Length); ...
User control help
Daniel -
12 Aug 2005 12:43 PM - 3 messages
Hi, i have problem with user control: I have created a DIV to dynamically load User control in it. After loading the user control into the DIV, i click on the button to change label's text. Instead of updating the new label's text, the whole user ...
Init event for control doesn't fire
Shimon Sim -
12 Aug 2005 12:33 PM - 7 messages
I have Panel control on the page. I am handling Init event for it. It doesn't seem to fire at all. Why? Thank you Shimon. ...
ADO.NET and SQL Server Data Paging
Natan Vivo -
12 Aug 2005 12:03 PM - 7 messages
I had to built a custom data paging control for my asp.net app and SQL Server. This is what I'm doing: 1. do a SELECT to a SqlDataReader 2. create a DataTable with data from GetSchema() 3. loop trough the datareader using .Read() to the point I want to start ...
Unusual cookie bug!
Jensen bredal -
12 Aug 2005 11:02 AM - 6 messages
Hello, I have an asp.net app. One of my pages works everywhere except at single site. My application uses cookies for user info. The code passes the statement : if (Request.Browser.Cookies) meaning that cookies are allowed in the client browser. ...
48 hours trying to make this work! Please Help!
NH -
12 Aug 2005 10:32 AM - 5 messages
Hi, I just cannot get this to work. I want to make a cell editable in a datagrid only if the value of another cell is something specific. I am able to capture the value of the other cell via the ItemDataBound event ...
Session again..
Daniel -
12 Aug 2005 9:59 AM - 3 messages
Hi all, A simple question: Can session run at below situation: A. 2 laptops (both XPpro OS) connect to each other using LAN cable. Two users try to access the specific content (session is applied to enable each oni see personal content). ...
caching..as per IE, but using redirect
Neal -
12 Aug 2005 9:51 AM - 1 message
Hi All I want to cache a page, redirect to another (corroboration screen) and return to the cached page. Background, the initial page I want to cache makes 4 db calls, depending on users requirements, and displays a grid, where they book periods in an ...
Retrieve the updated values from datagrid
MaryA -
12 Aug 2005 9:31 AM - 4 messages
I have an asp.net application in which i have a form containing a datagrid when using the update command event i have: tb = CType(e.Item.Cells(3).Controls(0), TextBox) subject = tb.Text this code is supposed to get the new data entered in the text box but i am ...
Attention!!! Everyone!----http://www.ebook5.com a lot of asp.net ebooks
asp.net -
12 Aug 2005 9:14 AM - 2 messages
ASP.NET in a Nutshell, Second Edition in [link] ASP.NET 2.0 Revealed in [link] ...
IE web controls installation download
Mark Rae -
12 Aug 2005 7:56 AM - 3 messages
Hi, Is the iewebcontrols.msi file still available for download from Microsoft? All I can find on their download page is the raw source code which needs to be compiled, then added to the GAC, added into VS.NET etc manually. ...
Server Application Error (event log: Failed to load resources from
bruce -
12 Aug 2005 7:45 AM - 1 message
ASP.NET app running for about a year with no problem and suddenly this week it's giving error message. The same as the one decribed by another user. Even stranger is that we only have this problem from some web clients ...
Crystal Report and Requests
Téo -
12 Aug 2005 7:30 AM - 4 messages
I don't see my question with my newsreader, just try to post a last time, sorry if it's (one more...) bug of OE... Hi, I have created a crytal report based on a table of my SQL Server. Everything ...
from.submit & server side event handler
Perry van Kuppeveld -
12 Aug 2005 6:59 AM - 2 messages
Hi, I would like to submit a form through scripting, and still retrieve the click event on the server. See code below to test some stuff. Create a C# webapplication and replace the WebForm1 class with the code below. While running the program, give the textarea the focus and press enter. See ...
input string not in correct format
amitbadgi -
12 Aug 2005 5:59 AM - 2 messages
I am gettign this error, while migration an app to asp.net Exception Details: System.FormatException: Input string was not in a correct format. Source Error: Line 19: Dim enddate = request.QueryString("enddate") Line 20: Line 21: if cint(eventid) = "0" then ...
syntax error in update statement in vb.net
amitbadgi -
12 Aug 2005 5:57 AM - 2 messages
HI i am getting the foll error while conv an asp application to asp.net Exception Details: System.Runtime.InteropServices.COMException: Syntax error in UPDATE statement. Source Error: Line 112: MM_editCmd.ActiveConnection = MM_editConnection Line 113: MM_editCmd.CommandText = MM_editQuery ...
syntax error in query expression in vb.net
amitbadgi -
12 Aug 2005 5:56 AM - 2 messages
I am geting the following error while conv an asp to asp.net Exception Details: System.Runtime.InteropServices.COMException: Syntax error in query expression 'id =System.__ComObject'. Source Error: Line 196: for i = 0 to ubound(emaillist) ...
type mismatch error
amitbadgi -
12 Aug 2005 5:53 AM - 4 messages
I am getting teh following error while converting an asp application to asp.net, Exception Details: System.Runtime.InteropServices.COMException: Type mismatch. Source Error: Line 347: 'response.Write(sql2) Line 348: rs_getAlarmCount = Server.CreateObject("ADODB.Recordset") ...
add my attribute to a listitem (<option>) in a listbox
Vyacheslav Lanovets -
12 Aug 2005 5:06 AM - 2 messages
Hello, All! Can anybody suggest how can I add my custom attribute to listitem in order to display it on the _client_ machine so as to javascript can use it? I can change text and value, and it gets displayed on the client browser, ...
Remove a Node in Treeview
alan -
12 Aug 2005 4:27 AM - 1 message
Hi All, I have a treeView control, the treeview is generated from DB. I need to write a function to remove some invalid treenodes in the tree. for (int i=0; i < treeviewCtrl.count.... ) .... .... if (invalid) ...
How to insert word document in sqlserver 2000 using asp.net
aparna -
12 Aug 2005 4:26 AM - 2 messages
Hi To All I am doing one task, in that i am having Word document, and i
want to insert that word document in the database using asp.net.Please
tell me which data type can i take in database to store the word
document. and how to pass document from front end. plz explain some way
or give some good sites for that task if u know ...
How to create own progress bar in user control?
Daniel -
12 Aug 2005 4:21 AM - 2 messages
Hi, have any ideas? Thank you in advance. Best regards, GL ...
Session problem
Daniel -
12 Aug 2005 4:20 AM - 2 messages
Hi, i am using asp.net 1.1 and i encouter problem in using the session. i create session after authorized person success login the webpage. the session works fine when i test it in my developing laptop. I will open two ...
Spam contoller in my page
J-T -
12 Aug 2005 3:08 AM - 4 messages
I have a form which users submit their entry,how can I add that functionality which asks the user to enter a word or number from a picture to avoid spams? Thanks a lot ...
Viewstate and disabled checkboxlist control
Tommy Martin -
12 Aug 2005 2:47 AM - 1 message
When the checkboxlist control is disabled the checks are not saved in the viewstate of the page so when another control has post back enabled i lose my checked items. Is there a way to force this to be saved? ...
How to dynamically add a row to Datagrid?
Merdaad -
12 Aug 2005 2:30 AM - 2 messages
I have a datagrid that reads several rows of data from the database and loads them on the screen. Now I want to dynamically add a new row and assign the cells in the new row, values. When I try to create a datagridItem, I use the following call: ...
ASP.NET 2.0 book recommendation?
Dean Slindee -
12 Aug 2005 1:35 AM - 1 message
For someone who does not know ASP.NET 1.0, starting from zero, but familiar with VS.NET for desktop applications. Thanks. Dean S ...
Url Rewriting with just an HttpHandler (without the side-effects)
Anonieko -
12 Aug 2005 1:10 AM - 1 message
Jefrey Palermo How to do Url Rewriting with just an HttpHandler (without the side-effects) - level 400 posted on Wednesday, August 10, 2005 7:21 PM If you are interested in doing Url Rewriting with an HttpHandler instead of an HttpModule, then this is the example for you. Suppose ...
How to get the list of login ID(Asp.Net2.0)
ad -
11 Aug 2005 11:30 PM - 5 messages
I use Login control to authenticate use. How to get the list of user ID who have login in? ...
How can I restrict that the some ID can only login once in the some time
ad -
11 Aug 2005 11:28 PM - 3 messages
I use Login control's Authenticate event to authenticate use. I find that different users can use the same ID to login in the same time. How can I restrict that the some ID can only login once in the some time ...
Mail merge + Label Print from ASP.NET
achintya.jha -
11 Aug 2005 10:49 PM - 2 messages
Hi, I am currently working hard to print Word labels from ASP.NET I have multiple records which I need to print on to a word label print functionality. I know that Word Label printing prints the same label multiple times on the printer. I have to print multiple labels on to ...
Exchange 2003 and ASP.NET e-mails...AAAUGH!!
Green Start Button -
11 Aug 2005 10:11 PM - 2 messages
Aaaugh! Okay, here's the deal. The I/T department at my company has updated their Exchange Server to the 2003 version. Now, the e-mail forms I have created in ASP.NET all cough up the error "Could not access 'CDO.Message' object" ... (Grumble! Grumble!) ...
Button not being pushed on Enter
tshad -
11 Aug 2005 9:56 PM - 3 messages
I have a button: <asp:Button ID="SendEmail" text=" Send " runat="server" onClick="sendEmail_click" AlternateText="Send Email"></asp:Button> It is the only button on the page. It works fine when I press it. ...
IDE: Copy only changed project files
Mike T -
11 Aug 2005 9:50 PM - 1 message
Hi all; I am working on a web project that has many large graphics and images within the project. Each time I do an update on the web site using "Copy Project..." in the Visual Studio .NET IDE, it copies everything, ...
Prevent worker process from recycling when foreground thread is executing.
Marcel van den Hof -
11 Aug 2005 9:46 PM - 4 messages
Dear all, Is there any way to prevent the ASP.NET worker process from recycling the worker process when a thread is being executed on the foreground (IsBackground=false). I'd also like to know if there a way for a foreground thread to detect ...
need help on java script
Q. John Chen -
11 Aug 2005 9:40 PM - 4 messages
I have an web form with following items: aRadioButtonList (with two items r1, r2) aCheckBoxList (with four items c_r1_a, c_r1_b, c_r2_c, c_r2_d) When r1 is checked. I want to enable c_r1_a, c_r1_b ...
Registry Access using Asp.net
Sledge -
11 Aug 2005 9:32 PM - 3 messages
We have developed an accounting application both in windows and web. Application calls the function in Dll that inturns access the registry keys. using the value of the registry key it connects to the database and returns the datasource. In former windows application works fine . but the Asp.net ...
Creating a please wait dialog
Jeremy Chapman -
11 Aug 2005 9:26 PM - 6 messages
I have a button on my page which when clicked redirects to another page. on the page load of the page that I've redirected to, there is a long query. What I want to do is with dhtml, display test in the center of the screen ...
too many arguments in public function?
DC Gringo -
11 Aug 2005 8:55 PM - 4 messages
I have a simple function within a web method. It works fine with one parameter, but gives me a compile error when I try to add a second: "Too many arguments to 'Public Function FewsArticles(OrgID As String) As ...
SmartNav breaks SetFocus client side script
Robin Yarnell -
11 Aug 2005 8:54 PM - 2 messages
Hello, Don't know if this is the right group for this, but I will start here. I have a setfocus JS that sets the focus to whatever control I want on the page on a postback. However if I have smartnav enabled it no longer works. I ...
Microsoft CDO Schemas...
Green Start Button -
11 Aug 2005 8:44 PM - 2 messages
Is there a way to download these CDO Schemas to your local server instead of having to reference them though the Microsoft web site? e.g. [link] TIA... ...
How can I get to the EditCommandColumn?
needin4mation -
11 Aug 2005 8:25 PM - 8 messages
I have this in my DataGrid's ItemCreated event: TableCell myChangeCell = e.Item.Cells[0]; LinkButton myChangeButton = (LinkButton) myTableCell.Controls[0]; myChangeButton.Text="Hello!"; I am trying to get to the button that is automatically created by the control. I get an object reference error. I couldn't find an answer. ...
Calling ASMX from ASPX File?
Sledge -
11 Aug 2005 7:56 PM - 2 messages
Hello All, I'm completing a web application with .NET using VB Script. I created a ASPX File and I want to call a webserver service ASMX File, but I don't know how to? Can you guys help or show me an example on how to ...
ASP.NET Crashing on IIS 5.0 - Buffer overflow
.NET Dev -
11 Aug 2005 7:46 PM - 2 messages
Hi! My Web Form has many controls and grids related to each other which require viewstate enabled. Overall page size is around 100KB and ViewState size is around 30-40kb Everything works fine on dev box, but application is crashing IIS 5.0 ...
pdf reports open source
bbdobuddy -
11 Aug 2005 7:22 PM - 3 messages
Hi, Sorry to be bothersome with this question, but is there any VB.net open source applications that allows me to create pdfs on the fly or able to convert .txt files to .pdf files. I am in a bind here and any help would be ...
Inherits class in webpage
Marc Robitaille -
11 Aug 2005 7:09 PM - 3 messages
Hello, I created a VB class that inhertis from System.Web.UI.Page. I set the class to be MustInherit because I set some subs and functions to be MustOverride. I created a webform call frmClient. By default, the page inherits from ...
ASP.NET Configuration Error
Ryan Ternier -
11 Aug 2005 7:03 PM - 2 messages
While working on .NET I've had this error pop up on every Solution. Usually I'll just re-build the project and it works, but now it has started doing this to components we've purchased. I can't rebuild those. ...
How to convert/insert NULL date value into MS SQL?
darrel -
11 Aug 2005 6:43 PM - 6 messages
I have the following right now to enter a date into SQL getting the data from some pull down menus: ------------------------------------------------- dim dateCCJApprovedDate as DateTime if cbx_ccjDateNone.Checked = True then dateCCJApprovedDate = ctype("", DateTime) else dateCCJApprovedDate = ctype(ddl_CCJDateMonth.SelectedValue.tostring & ...
Transparency, ASP.NET, and GDI+
Nathan Sokalski -
11 Aug 2005 6:36 PM - 20 messages
I am trying to create graphics with GDI+ that include transparency. However, the transparency never seems to show up, even though my colors have an alpha value of 0. How can I generate a graphic that is completely transparent in ...
Postback stops working
johnfinkle -
11 Aug 2005 6:28 PM - 6 messages
I have a web application. I had several web form buttons and a datagrid. I cut and pasted some of the buttons to change the layout around, and also cut/pasted the datagrid to move it. Now when I click any of the buttons they do nothing. ...
Where does the short date format come from?
MattB -
11 Aug 2005 6:28 PM - 4 messages
I've hit a snag with an application I wrote because of the differing date formats in different countries. It's a set of pages that make calls to a COM object that I have wrapped in a web service. The COM object isn't mine, and it wants to receive ...
Best way to order a listing
Jon -
11 Aug 2005 6:13 PM - 1 message
I have a datagrid with several columns. I want to allow the users to order these in any way they like. I have a database table where this will be stored for each user, so it is persisted indefiintely for their login. I ...
Can someone tell me what is wrong here?
Bigal -
11 Aug 2005 5:51 PM - 8 messages
I just added the SQL connection string to my web.config: ________________________________________ <configuration> <system.web> <customErrors mode="Off"/> compilation debug="true"/> ...
Q: web.config problem
JIM.H. -
11 Aug 2005 5:51 PM - 2 messages
Hello, The following error message appears from time to time while I am working on my application. What might be wrong? Thanks, Error: Server Error in '/' Application.
-------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom ...
Need help with ApplicationException
Charles -
11 Aug 2005 5:07 PM - 3 messages
I need to find a way to share information between two classes, one is an employee class and the other is a custom error class that inherits from ApplicationException. These two classes are part of a ClassLibrary project. ...
Handling website structure
Imran Aziz -
11 Aug 2005 5:05 PM - 4 messages
Hello All, I want to develop a website that has three panels, the left and right panel needs to include code from common or other sections then the middle panel. Now in ASP the way we use to do it , was include the site structure ...
Adding button at runtime: Events not firing
John Hughes -
11 Aug 2005 4:57 PM - 2 messages
Im adding a button at runtime to a datagrid but the DataGrid1.ItemCommand event does not fire. I also have a button that I added at design time and this button does fire the event ItemCommand. Any ideas? My Code : ...
Page load of the parent page called twice when a modal dialog is opened from a button click of the u
Next »
|
|||||||||||||||||||||||