all groups > asp.net > december 2005 > threads for saturday december 10
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
What Control?
Posted by Paul Smith at 12/10/2005 11:36:41 PM
I have fathomed out how to create a DataSet that contains a record with
various fields. Okay maybe I should be using a DataView but I have not got
that far yet.
I now wish to display the various fields of this record at different places
on my page. I do not want to show them as a DataGrid... more >>
Web service for finding addresses?
Posted by VB Programmer at 12/10/2005 8:13:14 PM
I have a listing of names. Is there a free webservice that will return
phone numbers and/or addresses for these names?
... more >>
Question regarding ASP.NET Sessions...
Posted by Dean R. Henderson at 12/10/2005 8:02:42 PM
For an ASP.NET web application, is there a way for one session (with
appropriate security authorization) to set a HttpSessionState variable to
point to another session and execute the Abandon command to close out the
other session?
... more >>
Handling requests that have a long response time
Posted by SJ at 12/10/2005 7:11:13 PM
I have a request to the server that could take upto 10 mins to come back
and display the results.
I want to either
a) Redirect to a new "Please wait" page till the processing is done, then
redirect back to the results page , or
b) Display a "Please wait" message on the same page that sends the ... more >>
Beginner Question
Posted by James T. at 12/10/2005 4:17:10 PM
Hello!
How I can definie a public property containing an array of Datarows?
Any code sample would be fine..
Thanks!
James
... more >>
registration benefits?
Posted by Lisa Calla at 12/10/2005 3:35:52 PM
I'm trying to download the Corbis Image Suite from benefits portal
(https://connect.microsoft.com).
When I click the download link, I get a msgbox asking if I want to allow
both secure an not secure items on the next page, click ok, then nothing
happens. Has anyone been able to download th... more >>
a Clean way to Add Macromedia Flash
Posted by Dave Johnson at 12/10/2005 2:55:01 PM
while developing an asp.net 1.1 project "Online Cinema Reservation
System" I would like guidance to how to add a Macromedia Flash inside my
asp.net pages, is there a clean way to do this? i used to make it in
dreamweaver then import it into the VS and so, ofcourse i dont like this
approach, can ... more >>
How to know which element was selected in a repeater?
Posted by Hans Merkl at 12/10/2005 12:55:09 PM
Hi,
I must be missing something here. In a DataList and DataGrid I can use the
property DataKeys to identify the selected element and get to its values.
But I can't find a way to do the same in a Repeater.
Can anybody give me an idea how to this in a Repeater or point me to some
sample cod... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
web folder problem..Please advice. *super urgent*
Posted by Daniel at 12/10/2005 12:21:02 PM
Hi,
I want to learn on how to open a excel file in web form (excel source is
from server web folder). When i close the web form, it prompt out a msg to
ackowledge me the content of the file has been changed and ask me save. After
i click save, a web folder location (the folder at server sid... more >>
how to send sms messages to mobiles through asp.net application
Posted by yoshitha at 12/10/2005 12:08:16 PM
Hi
i've to send SMS message to a mobile phone from Pc (using asp.net
application)
i dont know which namespaces to include and what requirements i need in
order to full fill this requirement
.. Send messages of up to 160 text characters to any South African
cellular subscriber and ma... more >>
session question
Posted by rodchar at 12/10/2005 11:16:02 AM
hey all,
other than hitting the refresh button, is there a way to reset session
timeout thru code?
thanks,
rodchar... more >>
Need a stress test tool
Posted by Mardy at 12/10/2005 9:53:02 AM
I need to stress test an asp.net application but I don't have the Microsoft
Application Center Test tool.
Does anybody know of a good FREE tool that I can use to stress test my
application?
Thanks... more >>
Problem using Create User Wizard control
Posted by John at 12/10/2005 7:32:04 AM
Hi
I am using the Create User Wizard and am getting the 'Password length
minimum: 7. Non-alphanumeric characters required: 1.' error when trying to
create a new user. What am I doing wrong?
Also is there a way to not use security question and answer in the wizard?
Thanks
Regards
... more >>
The operation has timed-out When calling web service by multithrea
Posted by reaway at 12/10/2005 4:33:02 AM
When I call Web Service by mulithread just like the following:
public class test
{
public void Execute()
{
while(....)
{
ThreadPool.QueueUserWorkItem(new WaitCallback(DoProcess),request);
}
}
public void DoProcess(object request)
{
// call web service
}
}
... more >>
http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration
Posted by micky at 12/10/2005 2:12:57 AM
Error message is like this....well.. it is not error just message
what is it...?? i don't know why it's occur
Message 1 Could not find schema information for the element
'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'.
c:\inetpub\wwwroot\WebSite\web.config 2 2 http://l... more >>
|