all groups > asp.net > january 2006 > threads for thursday january 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Autofill Websites with External Program
Posted by rob at 1/5/2006 11:57:50 PM
Ok, I'll try to post one more time.
I have a program with which I would like to control a website. For
instance with this program I want to programatically log into accounts
like etrade/yahoo. I also want to be able to navigate these websites,
chose combo boxes, check check boxes, select radio... more >>
How to setup the user?
Posted by Lloyd Dupont at 1/5/2006 11:41:34 PM
I want to have a simplistic user login functionality.
Basically I don't want to bother setup the an identity database on my
ASP.NET webserver provider, I just want to hard code a very simple 1 hard
coded user (me), which could log in.
However I would like my simplistic customer identificatio... more >>
WebResource.axd request causing errors
Posted by PJ at 1/5/2006 11:25:56 PM
I'm getting an error in the event viewer as well as a script error in the
browser when a page references WebResource.axd. The application is running
on W2k3 server and does not occurr on my local xp development machine.
Has anyone encountered this?
Event Type: Warning
Event Source: ASP.N... more >>
page validation
Posted by Lloyd Dupont at 1/5/2006 11:19:24 PM
I am writing a 'blog control' which, amongst other things, let you edit some
HTML text.
When it's submited back there are validation problem and to my... *Horrible
Disbelief* it seems I can only enable/disable control validation on the
whole page, I found no way to do it on a per control basi... more >>
Autofill Website from External Program
Posted by rob at 1/5/2006 11:14:45 PM
I am posting this again as my previous message did not show up.
I have an external program with which I want to automatically log into
an account, navigate through sites, select combo boxes, radio buttons,
submit the sites, etc. An example is loging into etrade/yahoo mail,
navigate through the... more >>
ASPNET permission to to access SQL Server Express on localhost
Posted by William LaMartin at 1/5/2006 10:59:31 PM
in Visual Studio 2005 I have a what is now called in 2005 a web site that
when run as a file base web connects fine to SQL Express running on the
local machine. However, when I publish this web to a sub web of the default
web in IIS on the local machine, and load the page that accesses SQL Se... more >>
Help with inline code?
Posted by brett at 1/5/2006 10:55:52 PM
I'd like to use a conditional that checks the URL to make sure I'm not
on the localhost, which will increment the counter. I want the counter
to work only when the page is on the web server. I have the long
string below which is not fitting into the Response.Write() method as
one string.
... more >>
Query Data via SMS
Posted by Jonathan Woods at 1/5/2006 10:42:01 PM
Hi there,
I would like to query data from SQL Server 2000 by using SMS.
Conceptually, For example, I send the following SMS Message
"TK1234GPS" to SQL Server. Then SQL Server will respond to my
mobile phone the following info: "TK1234Lat203.345Long35.5050". How
do I implement that scenario? W... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Calendar Control
Posted by Peter at 1/5/2006 10:32:15 PM
Is there anyway to make the System.Web.UI.WebControls.Calendar to =
display only Month Name and Year, like:
January, 2006
February, 2006
.....
....
....
....
Thanks
Peter... more >>
call functions by pointer?
Posted by Edwin Knoppert at 1/5/2006 10:15:59 PM
Can i call functions of a win32.dll by pointer?
It's in a ASP.NET (2.0) surrounding.
I wonder if it's still possible to do this.
(Using GetProcAddress() API and such)
Thanks,
... more >>
What is ASPNETDB.MDF used for?
Posted by VB Programmer at 1/5/2006 10:11:26 PM
In 2.0 what is ASPNETDB.MDF used for? I'm not using any type of security
for this site. Do I need this when deploying?
... more >>
Switching from http to https and back
Posted by Mark Rae at 1/5/2006 9:36:18 PM
Hi,
I'm presently upgrading a v1.1 ASP.NET app to v2. Parts of site run under
SSL and parts don't, and the site uses this code:
http://www.codeproject.com/aspnet/WebPageSecurity.asp
to switch between them - works perfectly.
Setting up which files and/or folders need to run under https ... more >>
MailMessage HTML body - Please Help Urgent
Posted by Yukon NO[at]SPAM nospam.nospam at 1/5/2006 9:19:31 PM
Hi,
I am having problem sending email to external mailbox using HTML format.
Following is a simplified code that I used to send the email.
Dim myMsg As New MailMessage
Dim htmlBody As String
htmlBody = "<HTML><BODY><A
HREF='http://www.microsoft.com'>Microsoft</A></BODY></HTML>"
myMsg.Fr... more >>
ASP.NET WebPart question
Posted by Yet Another C# Coder at 1/5/2006 9:18:31 PM
Hi,
Is it possible to use WebParts in asp.net 2.0 without SQL Server 2005
Thanx.
... more >>
Autofill from External Program
Posted by rob at 1/5/2006 9:16:17 PM
I have a program from which I would like to fill edit boxes, chose from
combo boxes and select radio buttons of a website and then do a submit.
Point in case is etrade.com where I would like to be able to login into
the account from my external program. Then I want to be able to
navigate to diff... more >>
Why aren't master pages part of themes?
Posted by Seefor at 1/5/2006 7:34:57 PM
I may be missing something, but why aren't master pages part of themes?
i.e. why don't they go in the App_Themes or global Themes directory, and be
referenced just by name (not full path) in the declaration for a page?
That way, you can change the complete layout by just applying the theme to... more >>
Don't show page in browser history
Posted by Shimon Sim at 1/5/2006 7:15:02 PM
Hi
Is it possible to make sure that the page doesn't show in browser history
and won't effect Back button.
The problem is that every postback shows as another entry for "Back" button
and user goes through the hole history of postbacks if she wants to get to
previous page.
Thank you,
Shimon... more >>
asp:text-box events
Posted by dana lees at 1/5/2006 5:18:58 PM
Hello,
I am developing an asp.net c# application.
I need to implement a textbox in which the user enters a character (or more
then 1) and a dropdown is filled according to that character (it is filled
with all of the strings the begin with that character). it's like an
auto-complete control... more >>
Datagrid: Conditional Access
Posted by mike.aes NO[at]SPAM gmail.com at 1/5/2006 5:15:48 PM
(Using VS.Net 2005)
What are the best practices for conditionally turning on/off
INSERT/EDIT/DELETE features in the Datagrid and Detailsview controls?
In other words, depending on a user's security level, certain
insert/edit/delete buttons should be made invisible. I don't see a way
to do with... more >>
could not load my namespace.global
Posted by Amit Maheshwari at 1/5/2006 5:12:45 PM
I have used log4net in my web application , now i dont want to use log4net
any more . when i remove the reference of log4net and build my project and
try to run its not working . and break point not working properly , its
behaving strange .
anyone can help me , how can i get rid of this.
than... more >>
GridView and XML problems
Posted by Michael at 1/5/2006 5:08:01 PM
Hi,
I'm having difficulty displaying some XML data in a GridView. My XML is
something like:
<root>
<Person>
<FirstName>Whatever1</FirstName>
<LastName>Whatever1</LastName>
</Person>
<Person>
<FirstName>Whatever2</FirstName>
<LastName>Whatever2... more >>
Interacting with Outlook
Posted by Brian at 1/5/2006 4:58:11 PM
Hi all,
I am looking to interact with Outlook to send mail in much the same way that
a MailTo would. For example, I would like to be able to open a new mail
message window and populate the subject and body. At this point the user
would be able to enter the recipients and sent the message.
... more >>
HttpWeb Request from Class Library fails to 500
Posted by SevDer at 1/5/2006 4:25:36 PM
Hi I have a class library that needs to download the HTML in a specific page
of ours with provided querystring.
When I open this URL with any browser, it loads fine. When I do WebRequest
from Web Project it is again fine.
However whenever I do this request from this class library, it fails.
I... more >>
Control.Focus() broken in Framework 2.0 RTM?
Posted by Benton at 1/5/2006 3:57:27 PM
Hi there,
I was using VS 2005 Beta 2 and was able to set the focus to any control on a
web form by calling its Focus() method, for instance:
btnContinue.Focus();
Today I upgraded to VS 2005 RTM and now I get an exception at runtime when
the code execution reaches the above line. The exc... more >>
ASP.NET 2.0 - deployment questions
Posted by VB Programmer at 1/5/2006 3:52:51 PM
1. I used to use "Copy Project" in VS2003. I suppose I now use "Copy Web
Site" for 2005. There used to be an option for "only the files needed to
run this application", but I don't see an option like this for 2005. Am I
missing something? Do I need to know which to copy and not copy?
2... more >>
asp.net 2.0 caching
Posted by Nalaka at 1/5/2006 3:43:07 PM
Hi,
I have the following requirement for caching a asp.net 2.0 page.
Can some one please tell me if this is possible....
and a some direction would also be wonderful
I have a ASP.net 2.0 page with 1 user control.
1.1 I want the main page to be cached for a day.
1.2 I need the ability... more >>
Password Field
Posted by James at 1/5/2006 3:36:27 PM
Have a textbox that's in Password mode on a user creation page. Have
several dropdowns that cause a PostBack out of necessity on this page. I
cannot separate them. When one of these dropdowns changes, the textbox's
value is lost. How do I prevent this?
Thanks
... more >>
when debugging long delay before hitting breakpoint in page load
Posted by DCC-700 at 1/5/2006 3:18:02 PM
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro.
I am trying to gauge the time it takes to sort a datagrid using different
code sets. But when I am debugging the page there is a long delay before
hitting breakpoint in page load. When I initially load the page I hit the
... more >>
"Unable to start debug on web srv" - problem with sample asp.net a
Posted by Rich at 1/5/2006 2:57:02 PM
Hello,
I downloaded a sample asp.net app (in C#). When I try to run it I get the
following error message"
"Error while trying to run project: Unable to start debugging on the web
server. The project is not configured to be debugged.
Click Help for more information"
So I click on he... more >>
bind multiple data tables from sql queries to multiple datacontainers?
Posted by Daves at 1/5/2006 2:51:58 PM
a SQL query can return multiple data tables eg
SELECT expression1 ...
SELECT expression2 ...
Can I in ASP.Net utilise this to do fewer data fetches from the server, e.g.
selectively binding table1 to gridview1, table2 to gridview2 etc?
... more >>
1.0 > 2.0 website problems
Posted by Andreas Zita at 1/5/2006 2:47:04 PM
Hi, Im having a hard time converting my old web project to a web site in asp
..net 2.0
Right now the problem is that XslCompiledTransform isn't producing the same
result as previously...
First of all, it seems that any empty elements such as <div
style="..."></div> or similar completely ... more >>
ASP.net 2.0 GridView edit mode problems
Posted by tfsmag at 1/5/2006 2:33:11 PM
I have a Grid that I've set up to have two of the fields use
dropdownlists while in edit mode. Now I can bind the data to the
dropdownlists just fine. My problem is that the second dropdown depends
on the first dropdown to pass a parameter to it. If I have a
selectedvalue set to the second drop ... more >>
Is Grid layout still available in ASP.NET 2.0?
Posted by kai at 1/5/2006 2:29:58 PM
Hi, All
I am trying to look for Grid layout in ASP.NET 2.0, but cannot find it. Is
Grid layout option still available?
Thanks
Kai
... more >>
Deploying .dll files
Posted by Mark at 1/5/2006 2:26:42 PM
When you deploy .NET 2.0 web applications, you don't have to deploy
pre-compiled .dll files anymore. You deploy ALL the files (.aspx, .aspx.cs,
etc) and they are compiled the first time they are run. In fact, if you
want it to be pre-compiled you have to jump through several hoops in order ... more >>
synchronize folder contents
Posted by Stephen at 1/5/2006 2:12:21 PM
Hi,
Is there a sample application using ASP .NET to synchronize folder contents?
I want to synchronize folder contents on 2 different machines
Thanks,
Stephen
... more >>
How do I convert a DataSet to a String from a WebService
Posted by needin4mation NO[at]SPAM gmail.com at 1/5/2006 1:57:59 PM
Hi, I have a webservice that just returns a count:
public DataSet HelloWorld()
{
OdbcConnection conn = new OdbcConnection("DSN=xxx");
String sqlString = "select count(*) as employee from employees";
DataSet myResults = new DataSet();
OdbcDataAdapter myAdapter = new OdbcAdapter(sqlString, con... more >>
Pop up properties in VS2005
Posted by VB Programmer at 1/5/2006 1:52:19 PM
I seem to remember during a demo that when you place an ASP.NET control on
the webform some of the most commonly used properties pop up at a convenient
location beside your mouse. I just installed VS2005 and can't find that
feature. What am I missing?
Thanks!
... more >>
need to update and display profile property through dropdownlist
Posted by Trevor Bezotte at 1/5/2006 1:21:46 PM
Hi,
I'm new to asp.net. I am having trouble updating and displaying a =
profile property through a dropdownlist. I believe the problem has =
something to do with autoeventwireup but I'm not sure. If I change the =
selection in the dropdownlist and click Button1, the profiles database =
gets ... more >>
Can some one help me understand the need of COM+?
Posted by Learner at 1/5/2006 1:10:46 PM
Hi there,
The first asp.net project i worked on was using COM+. I was told to
register the business and datacomponents i created be registered under
COM+ by creating a COM+ aplication. I also would register the dlls in
GAC. I have a little understanding about GAC but need to know about
COM+... more >>
Can't get rid of the time part of a date
Posted by Jim in Arizona at 1/5/2006 1:07:20 PM
I have a simple query that queries an access database. One of the fields is
date/time.
I use this to extract the date from the field in access:
CDate(objDataReader("date")).ToString
When the webform is viewed, date and time both show up. (eg. 12/12/2005
12:00:00 AM) How do I get rid of t... more >>
Q: DateTime Difference
Posted by JIM.H. at 1/5/2006 12:32:03 PM
Hello
I have TextBox1 this keeps date and time information and I need to compare
this DateTime with the current DateTime and find difference in hour. How can
I do this in VB.Net?
Thanks,
... more >>
Q: datetime difference
Posted by JIM.H. at 1/5/2006 12:31:03 PM
Hello
I have TextBox1 this keeps date and time information and I need to compare
this DateTime with the current DateTime and find difference in hour. How can
I do this in VB.Net?
Thanks,
... more >>
Web access failed - need help
Posted by Learner at 1/5/2006 12:31:00 PM
Hi there,
One of our team members created a asp.net application in visual
studio and a slotion to this web application and put it in the source
safe. Now i wanted to work on this project. So inorder to do this i
created a working folder in my C:/ApplicationName and got the latest
version to t... more >>
unable to validate data
Posted by Mike Fellows at 1/5/2006 12:23:28 PM
running IIS on a single server, hosting pages on an intranet basis,
one single user out of 50 is having an unable to validate data issue
how do i fix this (the microsoft KB is a little inconclusive) ?
cheers
mark
this is the error message
Unable to validate data.
Description: An unhan... more >>
global.asax and using statement
Posted by mike malone at 1/5/2006 12:12:02 PM
I think I understand the new global.asax idea even if I am having to spend a
lot of transition time getting use to it.
my question is where do I put my using statements in the .asax file?
Mike... more >>
Problem with porting 1.1 code to 2.0
Posted by Bill at 1/5/2006 12:08:03 PM
Does anyone know how to fix this problem? On form submittal I'm getting the
following error in Visual Studio 2005:
The state information is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please revi... more >>
Syntax error about daAngio.Fill(dsAngio, "AngioInfo")
Posted by david at 1/5/2006 11:59:05 AM
Anyone could give me a hand about this syntax error? Thank you.
David
Source Code:
Dim conn As New SqlConnection(strConn)
Dim daAngio As New SqlDataAdapter(strSelectStatement, conn)
'Create a dataset
Dim dsAngio As New DataSet
'fill in the dataset by ad... more >>
creation of the code documentation in XML
Posted by Pierre at 1/5/2006 11:51:42 AM
Hello,
In VS2003, for an ASP.NET web project in VB, I would like to create the
documentation from the inline xml comment like :
''' <summary>
''' comment sample
''' </summary>
public sub MySub()
end sub
I have added the compiler options "/doc" in the web config file :
<?xml version... more >>
asp Buttons not clicking
Posted by Kevin at 1/5/2006 11:30:24 AM
I have an ASP.Net site with a number of asp:button on it. When I run under
localhost (Windows XP, VS 2003, Dotnet 1.1.4322), clicking these buttons
works. However, transfering the site to a Windows 2000 server, IIS 5 machine
also with Dotnet 1.1.4322, the buttons do not react. Looking at the h... more >>
ASP Web site references to dlls
Posted by fatica at 1/5/2006 11:01:17 AM
Hi everyone,
I've recently converted a solution to VS 2005 and .NET 2.0. from '03
and .NET 1.x. The solution has two Web sites in it, both of which need
to share each other's code. Previously, I had added a reference to the
compiled DLL of one project to the other, thereby allowing me to cre... more >>
Directory.CreateDirectory - Could not find a part of the path
Posted by Andrew R. Jones at 1/5/2006 10:59:39 AM
Any ideas how to overcome this problem when accessing a network share within
an asp.net web app?
This runs internally on the network. The following is in my web.config:
<identity impersonate="true"/>
<authentication mode="Windows" />
I check WindowsIdentity.GetCurrent().Name before I atte... more >>
Preserve Data to Edit on DataGrid When Filtering
Posted by Gummy at 1/5/2006 10:49:24 AM
Hello All,
I have a webpage that has two dropdown listboxes. Based on what is selected
in these dropdown listboxes, it filters a DataGrid . That works fine.
In the DataGrid , when I go to edit a row, I change the textbox (or other
control), click Update, but it doesn't save my data. I then d... more >>
asp:Wizard inside of a asp:FormView breaks two-way databinding
Posted by John R. Lewis at 1/5/2006 10:48:11 AM
I posted this yesterday with a different email address. I am reposting with
my fake-address as given to me by Microsoft so that I can be guraranteed a
response from a support representative. Sorry for the repost.
I'd like to make use of the asp:Wizard control to present a step-by-step
guide... more >>
PostBack Events on Server Running .NET 1.1 and 2.0
Posted by Ben Dewey at 1/5/2006 10:46:39 AM
This is a repost, But I have some new information.
I have a server that is configured for .NET 1.1 and 2.0. For some reason
all my postback events for aren't firing when using .NET 1.1. Under IIS in
ASP.NET tab, if i switch to 2.0 then the events fire correctly, but my code
is not set up fo... more >>
FxCop App Security
Posted by Velvet at 1/5/2006 10:31:57 AM
I ran FxCop on one of the components for my web site and the security rules
what me to add "[assembly: Security Permission()] tags like the ones listed
below:
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution =
true)]
[assembly: PermissionSet(SecurityAction.RequestOp... more >>
a bit of advise please
Posted by news.microsoft.com at 1/5/2006 10:10:13 AM
I am starting to work with ASP.NET but am finding so many options that I am
getting confused and would appreciate some advice.
I have developed several ACCESS databases that we use internally and ASP
pages to make some of the information available on our company website -
this works very we... more >>
Why the server controls do not show?
Posted by Doru Roman at 1/5/2006 9:54:37 AM
Hi,
I try to use WEB Controls on the ASP application but when I try to display
them on the WEB they don't show.
It's only the HTML controls that show only.
Thanks,
Doru
... more >>
possible java script question
Posted by Paul at 1/5/2006 9:50:02 AM
Hi I have a .net application that shows the start page for a few seconds and
then goes to another start page. I was wondering if it would be possible to
put a count on the page to let the user know how much time is left before it
goes to the other page, thanks.
--
Paul G
Software engineer... more >>
Stream Any File Type
Posted by Grant Merwitz at 1/5/2006 9:46:16 AM
Hi
I am trying to make a page to allow users to download files.
These files are not directly accessible through IIS, the code accesses the
file then streams this to the user.
One method i have tried, is to stream the file to the user.
Like so:
using(System.IO.FileStream fs = new S... more >>
SQLExpress as a Web Application's Profile/Role data store
Posted by Jason Kendall at 1/5/2006 9:10:47 AM
My team builds special purpose applications to support the accounting
firm I work for. We also develop the firm's intranet.
We've started to build new applications in .Net 2.0 and I'm wondering
how well the apps will perform if we deploy them using the SQLExpress
database that is created by d... more >>
Check textbox value...
Posted by NH at 1/5/2006 8:51:05 AM
How can I check the value of a textbox has no more than 2 decimal places?
I already check that the value is numeric, but how do I check that it is not
0.223 or .022 etc. I only want to allow up to 2 decimal places...... more >>
Dynamicly created Radio Buttons
Posted by Wayne Sepega at 1/5/2006 8:02:52 AM
I have the following Code:
foreach (MyClass d in myClassCollection)
{
curRadioBtn = new RadioButton();
curRadioBtn.Text = d.ToString();
curRadioBtn.GroupName = "Contact";
curRadioBtn.ID = d.Name;
curRadioBtn.EnableViewState = true;
curRadioBtn.CheckedChanged += RadioButton_Chec... more >>
Thread not working
Posted by Jason Chu at 1/5/2006 7:58:04 AM
I have a webpage which uploads a big file onto access db.
if the file is say around 30 megs, it'll take around a minute for it to get
put into the access db.
I didn't want the user to wait for it, so I decided to put it on a thread.
The thread works, but not the way it should.
One of my page w... more >>
Extend the Membership Provider to include more user data
Posted by Rob Kay at 1/5/2006 7:52:04 AM
Hello.
I would like to know what is the easiest and safest way to extend the
default MemberShip Provider for SQL Server 2005 to include additional user
data (eg HomePhone, City, State etc).
Previous posts suggest deriving from SqlMembershipProvider, others suggest
storing the extra i... more >>
Timer control
Posted by arunkumar_m2001 NO[at]SPAM yahoo.com at 1/5/2006 7:33:22 AM
Can Somebody help me to code a timed test. Actually I want to implement
a timer in a web application which will pop-up an alert automatically
by refreshing the web page after a specific time.
Thanks
Arun
... more >>
Java script error when URL's modified in Application_EndRequest and Application_BeginRequest
Posted by Wayne Sepega at 1/5/2006 7:27:00 AM
In our web application we have a routine that will take a URL and encrypt
the query string portion of it. We are doing this in the Global.asax in
Application_EndRequest, we have done this in 1.1 and I am currently using
the same code in my 2.0 application.
protected void Application_BeginRe... more >>
Missing link in HyperLink Column in datagrid
Posted by david at 1/5/2006 7:12:02 AM
I have a HyperLink Column , View, in DataGrid, which link to URL Field,
called URLQuery.
In codebehind, I have
dsResource.Tables("Resource4Spec").Columns.Add("URLQuery",
Type.GetType("System.String"), "MethodName + '?pkey=' + PatientKey + '&prot='
+ Protocol + '&ip=' + IPaddress + '&path=... more >>
DataGrid change ItemIndex
Posted by chandy NO[at]SPAM totalise.co.uk at 1/5/2006 6:49:29 AM
Hi,
I need to be able to move individual rows up and down in my datagrid.
the ItemIndex property of the DataGridItem is ReadOnly so how can this
be accomplished? Manual recreation of the dataset and rebinding?
TIA
Chandy
... more >>
How to write value to web.config
Posted by ad at 1/5/2006 6:16:43 AM
I am using VS2005 to develop my web applicaiton.
I have some value defined in web.config, like:
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings>
<add key="CompanyName" value="NorthWind"/>
.....
I can use code to read the value, but how can I wr... more >>
ASP.NET 2.0 problem with a GridView with 2 CommandFields
Posted by ber.janssens NO[at]SPAM skynet.be at 1/5/2006 6:01:42 AM
Hi,
In ASP.NET 2.0, I have a GridView with 2 CommandFields, how can I
determine in the SelectedIndexChanged event which CommandField is
clicked?
<asp:GridView ID="gvOrderList" runat="server"
AutoGenerateColumns="False"
OnSelectedIndexChanged="gvOrderList_SelectedIndexChanged">
<Columns>
... more >>
Chkbox in datagrid
Posted by RbanBph at 1/5/2006 3:49:02 AM
Hello,
I have used datagrid in my web application. I want to set
datasource to this datagrid. I want to display check boxes in one of its
column. How can i add checkboxes in my datagrid using customtemplate through
vb code?
Thanks... more >>
Blank page after dropdownlist selection??
Posted by Chris Zopers at 1/5/2006 3:30:13 AM
Hello,
I have developed an ASP.NET page, with a dropdownlist and some
textboxes. When a selection is made in the dropdownlist, some data is
retrieved from a database and displayed in the textboxes.
To to this, I've written some code in the selectedIndexChanged event of
the dropdownlist.
... more >>
Response.OutputStream
Posted by landers at 1/5/2006 1:17:59 AM
Hello All,
I am having problems maintaining image quality when drawing text onto an
image.
I have a reasonable good quality GIF file with a transparent background.
Whenever I write text onto it and save it as GIF / JPeg, it does image
compression, resulting in a poor quality image.
The i... more >>
Remove an item from a list
Posted by et at 1/5/2006 12:20:59 AM
How do I remove an item from a list by its value?
I tried lst.items.Remove("Client1"), but it didn't remove the item.
... more >>
Help with HtmlTextWriter
Posted by larryvan at 1/5/2006 12:01:40 AM
I have been beating my head against a wall for two days now. I need to
output a hyperlink using htmltextwriter.write that looks like this:
<a href='manageforums.aspx?CID=<%=Request.QueryString("CID")%>'>
When I run the app and click on the link it looks like this:
http://mycomputer/xmlnode... more >>
asynchronous file upload
Posted by sushma at 1/5/2006 12:01:09 AM
hi,
in my application i want to upload files to http and ftp sites.what
i need a safe copy in case of lost connections and also resuming the
upload from last broken connection.will it be possible.if yes give me
the sample code for resuming or suggest me a good site for it as i'm
new to .net.... more >>
|