all groups > asp.net > february 2008 > threads for thursday february 21
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
ASP.NET Web Site development for internet business
Posted by Sachin at 2/21/2008 11:33:18 PM
Hi All,
I want to develop an ASP.NET Web Site for some internet business.
I have never done this before and don't have much knowledge.
I am looking for some book/reference/web site where I can find all the
information re web site development like
hosting, security, payment, desing, marketing... more >>
Delphi TDataModule like container
Posted by £ukasz_Ledóchowski at 2/21/2008 9:58:16 PM
Hi!
Is it possible to create Delphi TDataModule like container in ASP.NET?
I would like to create class based on this container and use visual
mode to put SqlDataSource inside and set all queries. I don't want to
make it in code.
--
£ukasz Ledóchowski
GG: 503647... more >>
DLL & Bin folder hell.
Posted by John at 2/21/2008 7:36:18 PM
Hello,
I am praying someone can help me, and I will keep it as simple as I can.
I have three web sites, all created by a co-worker. He zips the sites up
(excluding the bin directory), and passes them on to me.
I compile the three sites, and a DLL file is created inside the BIN folder.
... more >>
about PasswordRecovery
Posted by Adam Right at 2/21/2008 5:41:20 PM
is it possible to change defult text of mail body when using
PasswordRecovery ?
The default text is:
-----------------------------------
Please return to the site and log in using the following information.
User Name: sarper
Password: adnDAq[ELjRGwk
------------------------------------
ca... more >>
Upload File and custom error
Posted by Alessandro at 2/21/2008 4:01:21 PM
Hi,
i want to display a custm page if i upload a file with size >
MaxRequestLength. I try httpmodule, etc etc but i'm not able to redirect to
a default page.
... more >>
Layout Advice
Posted by Steven Edison at 2/21/2008 3:45:59 PM
Hi,
Our company currently has a client/server based app. Now the need
has arisen to tap some of the functionality from a webpage. This
means the client will disappear and a subset of functionality will
be needed from the web.
Normally a user logs in from the client, then functionality wil... more >>
regular expression AND required validator together?
Posted by Keith G Hicks at 2/21/2008 2:42:14 PM
It seems like it would be a reasonably common thing to need to use a regular
expression validator in combination with a required field validator. I'm
doing that on a "new password" page. But I'd rather only use one validador.
Putting 2 validator controls side by side looks funny. For example:
... more >>
Secure site under another... :(
Posted by Andy at 2/21/2008 1:54:00 PM
Hi, we have an asp.net 1.1 site..
lets say its @ http://www.mysite.co.uk/
A certificate has been bought for https://www.mysite.co.uk/
....where we would want people to signup at https://www.mysite.co.uk/signup/
Q) lets say these sites are physically under
wwwroot\mysite and
wwwroot\mysitesec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using Access db for website - thoughts?
Posted by Bobby Edward at 2/21/2008 1:53:44 PM
I am creating an ASP.NET website that might have 50 concurrent users using
it at 1 time (minimal data.) Will Access be ok for this or will the
concurrent users accessing data pages blow up the site? Thanks...
... more >>
DetailsView programmatically enter Insert Mode
Posted by Don at 2/21/2008 1:44:53 PM
I have a detailsView that I use with a GridView. When a row is
selected I show the GridView with a default mode of Edit. This shows
my fields with text boxes for changing the data. It also has the
update and cancel buttons.
Now I need to put the DetailsView into Insert mode when a button is... more >>
open webform with client script but cant close it
Posted by ton at 2/21/2008 1:18:13 PM
Hi,
I 've a problem. Consider 2 webforms
webform1 got a button: in the Page_Load event, this code:
Button1.Attributes.Add("onclick",
"window.showModalDialog('webform2.aspx',null,'status:no;dialogWidth:370px;dialogHeight:220px;dialogHide:true;help:no;scroll:no');")
the 2nd form got a butto... more >>
Process.Start/ASP.NET under **Vista**
Posted by Dilip at 2/21/2008 12:56:29 PM
I am almost afraid to ask this question but under Windows Vista can an
ASP.NET application launch an interactive UI based process using
Process.Start(..)?
I see various posts that recomment the ASPNET account be granted
"interactive logon" rights. and allowing IIS Admin service to
interact w... more >>
RE: ScriptManager ASYNC calls
Posted by adda at 2/21/2008 12:46:13 PM
Hi,
Is it possible to subscribe to an event that will tell me when the
ASP.NET Ajax ASYNC calls are being made. For example, if I have an
autocomplete, or cascading drop down firing, I need to know whether
these extenders are being fired dynamically.
I've tried hooking into these events... more >>
Global.aspx, maybe I don't understand?
Posted by Larry Bud at 2/21/2008 12:37:42 PM
Hi all. I have a webservice that calls a class, does some processing,
and returns some XML.
I would like to have a global exception handler to catch any misc
exceptions. From what I understand, I can create a global.aspx file
in my web service folder, add an Application_Error sub, and any sy... more >>
master slave browser
Posted by Guoqi Zheng at 2/21/2008 11:39:02 AM
Dear sir,
For remote demonstration purpose, I would like to build a kind of
master-slave browser, which means when I am using the master browser, the
slave browser will show exactly the same content as what I have in the
master browser.
Any idea how can I do this? any documentation about... more >>
APP_Data and sql server
Posted by Ilyas at 2/21/2008 11:24:07 AM
Hi
I f I place an .mdf file inside the App_data to deploy a web app - can
I deply my site so that the database at runtime is picked up in the
App_data directory?
Would my server need to have sql server installed for this to work or
just the .net framework?
Is the above possible - if not ... more >>
C GetParentFolderName
Posted by Thom Little at 2/21/2008 11:11:07 AM
Is there an example of how to get the parent folder name within a C# ASP.NET
page?
.... Thom
___________________________________________________
Thom Little - www.tlanet.net - Thom Little Associates, Ltd.... more >>
Uploading Large data
Posted by Husam at 2/21/2008 9:18:01 AM
Hi Every Body:
I have the following code that work fine with me when I load data thier size
just 5 mb but when I move for 10mb or 20mb or 100mb it did not work with me?
My code is:
Dim arrayImage() As Byte = FileUpload1.FileBytes
TextBox1.Text = FileUpload1.FileName
Dim nStr As String =... more >>
error CS0016 in DotNet 2 with IIS6 after trying out CLR Profiler
Posted by tbh at 2/21/2008 9:14:31 AM
i recently tried out the CLR Profiler on a Windows 2003 Server machine
running IIS6 and DotNet 2, SP1.
alas i never quite managed to get it to work in several attempts (but that's
another matter).
unfortunately at some point DotNet is broken under IIS on my machine (both
uses I need it f... more >>
add new row to gridview with totals
Posted by Mike at 2/21/2008 8:26:25 AM
On my gridview I need to a add a new row that will have totals of a previous
rows. It will be something like this
row1 1 2 3 4 9 10
11
row2 5 6 7 8 12 13
14
Total Row cell[... more >>
ObjectDataSource error
Posted by shapper at 2/21/2008 7:51:32 AM
Hello,
I am creating a ListView with an ObjectDataSource and Linq. However I
am getting an error:
ObjectDataSource 'odsTags' could not find a non-generic method
'GetTags' that has no parameters.
The GetTags function is there! Here is my code:
Private Sub lvTags_Init(ByVal sender As... more >>
Lesser value from list of values? Lowest, Least?
Posted by wildman@noclient.net at 2/21/2008 6:04:19 AM
If there a VB.NET function that would return the lesser value from a
list of values?
For example,
Least(1,2,3,4,5)
would return 1.
... more >>
ASP.NET Error redirect then use Back button (or programmed button)
Posted by phancey at 2/21/2008 5:44:59 AM
hi,
I've got an asp.net app. In case of unhandled exceptions, the
web.config is set up to redirect the user to an error page. If the
user then clicks the back button to retry, they have lost all the data
they entered. This could be quite a lot of data. Is there a way to
handle this? I tried S... more >>
Triggering an UpdatePanel question
Posted by Sam Samson at 2/21/2008 2:52:20 AM
Hi All,
I am creating a asp.net tool that uses 2 graphs (chartFx Pie chart [chartA]
and ChartFx Barchart [chartB])
The effect I'd like to get is to have the Bar chart in an update panel and
when a user clicks on a segment of the Pie Voila the Barchart updates.
If I populate a dropdown li... more >>
GridView Tips and Tricks using ASP.NET 2.0
Posted by Ketki at 2/21/2008 2:42:14 AM
Hello Friends,
For GridView Tips and Tricks using ASP.NET 2.0, visit:
http://www.dotnetcurry.com/ShowArticle.aspx?ID=107... more >>
c# get excel checkbox/radio button values
Posted by Ang at 2/21/2008 2:21:19 AM
Is it possible to get the checkbox and radio button values from excel by
c#? Thanks.
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Multiple PDF, PPT, DOC to html or text conversion
Posted by osiceanu at 2/21/2008 2:18:00 AM
Hello,
I have a asp.net application storing pdf files and word documents into
db. The problem appears when trying to show a preview of a document on
the aspx page. That is converting the document to html or text. Is
there a method for doing it? Keeping the images in the document or the
format... more >>
How to implement a licence key module?
Posted by NH at 2/21/2008 12:14:01 AM
Hi,
I am building an asp.net 2.0 (vb.net) application for a client. One thing I
am not sure on how to implement is some way of building a licence key module
into it. i.e. The client must get a new licence key from me yearly in order
to keep using the application.
I have no idea on the be... more >>
|