all groups > asp.net > may 2005 > threads for monday may 30
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
Hyperlink column in Datatable???
Posted by Tim::.. at 5/30/2005 11:52:10 PM
I currently have the following datagrid but want to turn the name and email
column into a hyperlink in the codebehind!
Can someone please tell me how I achieve this!
Thanks
Private Sub createTable()
Dim tbcontacts As DataTable = New DataTable("contacts")
tbcontacts.Colum... more >>
get the selected item of a DropDownList
Posted by Eranga at 5/30/2005 10:03:00 PM
I want to get the selected item of a DropDownList. Is
DropDownList1.SelectedIndex the only way of doing this. It seems
ineficient to get a number and later compare it and get the string.
Please some one help me.
Thanks in advance.
*** Sent via Developersdex http://www.developersdex.com **... more >>
How to keep a field in datagrid as html link...
Posted by Its_Me_SunnY at 5/30/2005 8:26:05 PM
Hi,
can any one help me how to make a cell in data grid link to another
page.... like i have a field "refno" in my table so when in get the
values from table to datagrid the refno's of every record must link to
another page..
thanks in advance...
SUNNY
... more >>
letting fonts permanent on my site
Posted by Kenny M. at 5/30/2005 6:56:01 PM
At Design time I'm using an specific font and I want it to be permanet on my
site from every pc I connect to,
How Can it be done?
thks.... more >>
Something like C #ifdef in ASP/ASP.NET
Posted by olav_net NO[at]SPAM hotmail.com at 5/30/2005 3:40:46 PM
Is there something like C/C++ #ifdef's in ASP/ASP.NET.
I have some code I would like to "Interpret" in both ASP and ASP.NET
2.0, and this kind of stuff would have been perfect...
Thanks
Olav
... more >>
Refresh and Button Click
Posted by Fabiano at 5/30/2005 3:21:27 PM
Hi there,
Houston, i have a problem. :O)
I have a page tha contains a datagrid and some textboxes. When the user
clicks the ADD button, i need to insert the textbox data into a table and
then refresh the datagrid data. Ok, but if my user clicks the browser's
refresh button the ASP.NET fi... more >>
ASP versus ASP.NET
Posted by Niggy at 5/30/2005 2:32:08 PM
In ASP you could set a buttons position:
Command1.top=235
Is there similar code in ASP.NET to do this?... more >>
new session created when changing pages
Posted by MrGiga (Robb Sadler) at 5/30/2005 1:12:06 PM
I have a set of pages with C# code attached to manage session information.
They hang their info off of the session string and store it in a MSDE table.
I have all of this code working well in one app and started another app which
needed much of the same functionality. So I copied the pages, co... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Possible to handle web requests without an ASPX page? i.e. have DLL handle request.
Posted by jdlwright NO[at]SPAM shaw.ca at 5/30/2005 11:29:43 AM
Hi, call me crazy (I'm thinking outside the box, breaking the mould,
going beyond the envelope and so on and so on).
What I would like to do is to be able to handle requests to the
web-application without the need for an aspx file. (I'm not for a
second suggesting not to use ASPXs at all, but... more >>
ASP Website not accessible from remote machine
Posted by Charlie363 at 5/30/2005 10:40:17 AM
Hi to all,
I have a little asp.net website which works great on the local machine
but I cannot seem to access it from a remote machine. It is not a
connection problem because my remote machine (which is on the network)
has a share on the local machine using name resolution. The message I
get on... more >>
hiding page name from address bar
Posted by Ansari at 5/30/2005 9:41:37 AM
hi all
is there anyother method for hiding page name from address bar of the
browser... I dont want to show the compelete url in address bar
Thanks
Ansari
... more >>
Who's going to TechEd?
Posted by Karl Seguin at 5/30/2005 9:05:09 AM
Just curious who i should be on the lookout for :)
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
... more >>
Reading A Text File From A Remote Server
Posted by Trevor at 5/30/2005 8:07:12 AM
We currently run our web site in php and are now converting it to asp.net to
match the rest of our business that is .net based. I have tried using the
following code layout to open the file I require but get an illigal
character exception when I try and open the file.
Dim sFileName As S... more >>
beta2 XHTML compliance? is this necessary. OR STUPID...read UP MICROSOFT
Posted by rhat at 5/30/2005 7:34:09 AM
I heard that beta 2 now makes ASP.NET xhtml compliant.
Can anyone shed some light on what this will change and it will break stuff
as converting HTML to XHTML pages DO break things. see,
http://www.alistapart.com/articles/betterliving/
I read on
http://msdn.microsoft.com/netframework/defaul... more >>
User Control
Posted by Niggy at 5/30/2005 7:26:03 AM
I have a user control which contains buttons. I can load it from an ascx
file into my current webpage:
me.FindControl(0)
How do I refer to it's buttons?... more >>
restart PC.
Posted by Pierre Fleury at 5/30/2005 6:50:01 AM
I'm developing an asp .net solution.
Everytime I restart my PC, I get an error http 500 when trying to access the
web site.
If I try to open the solution in vs 2003, I'll get the same error.
I found out that aspnet_wp.exe won't start again.
I found a way to get control back on the .net framewo... more >>
AcceptChanges Specified Cast ....
Posted by thomson at 5/30/2005 6:26:26 AM
Hi all,
Iam getting a Specified cast not valid on this line
((System.Data.OleDb.OleDbDataAdapter)objDataAdapter).AcceptChangesDuringFill=false;
Please help me out
thanks in advance
thomson
... more >>
Keyword Not Supported Error
Posted by Frank Bishop at 5/30/2005 5:48:02 AM
I'm having trouble connecting to my SQL database when running my Web
application. I'm getting the error:
System.ArgumentException: Keyword not supported: 'VIPER_sql; database'.
Here is the section it is pointing to in my web.config:
<appSettings>
<add key="dbEagle" value="VIPER_SQL; da... more >>
UserControl render html in server side
Posted by rabii.mail NO[at]SPAM gmail.com at 5/30/2005 5:45:48 AM
Hello,
I've developped simple UserControl and I wanna to get generated html in
server side.
I've tested that using WebControl (RenderContent) and it works well.
But, when I try to do that with my UserControl it generate nothing ?
Thanks for your help.
... more >>
e.item.cells and paged datagrid
Posted by yer darn tootin at 5/30/2005 4:25:38 AM
I have a paged datagrid that when built consists of several pages.
On each page there an ID number which is to be sent in a call another
page, like this:
Private Sub dgResults_ItemCommand(ByVal source As System.Object,
ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles
d... more >>
How to continue request execution in a HttpHandler
Posted by ori at 5/30/2005 3:59:54 AM
Hi,
I'm facing a problem when trying to continue normal execution flow
within a HttpHandler ProcessRequest method. In my application we
currently have a custom HttpHandler registered which validates a user
against some Authentication method and then allows him to continue his
request if succe... more >>
Problem with SortedList
Posted by Nathan Sokalski at 5/30/2005 3:50:58 AM
I am trying to make a SortedList using the following code:
Dim Poems As New SortedList(47)
Dim poemfiles As String() =
System.IO.Directory.GetFiles(Server.MapPath("poetry/poems/"))
For Each poemfile As String In poemfiles
Poems.Add(System.IO.File.OpenText(poemfile).ReadLine(), poemfile... more >>
DataGrid
Posted by Niggy at 5/30/2005 3:15:09 AM
My Datagrid won't show on webpage. Any Ideas?
It is linked to a datasource, datamember and datakeyfield and visible is set
to true.... more >>
Resize images ASP.NET
Posted by IkBenHet at 5/30/2005 3:10:39 AM
Hello,
I use an ASP.NET script on my website to upload images (complete script
is listed at the end of this message).
Now, I want to limit the size (in width and height, but also in bytes).
For example, if the image is max. 400 pixel in height or max. 400 pixel
width or max. 100 Kb. The ima... more >>
The best way to create graphics files for import
Posted by Spencer H. Prue at 5/30/2005 2:25:17 AM
Hello!
I want to use a graphics editor and create some luxurious images with a
graphics package that integrates with Visual Studio. I looked at Macromedia
MX, and Fireworks. Any suggestions?
--
Spencer... more >>
Using Button In Datalist?
Posted by Patrick Olurotimi Ige at 5/30/2005 12:58:00 AM
Can i have a Button in a Datalist?
The button is for posting a form to the the Database
FOr example:-
<ASP:DataList id="heading0" RepeatLayout="Flow"
RepeatDirection="Horizontal" runat="server">
<ItemTemplate>
<asp:button id="cmdSubmit1" class="button"
text=<%#DataBinder.Eval(Container... more >>
Running a task every month
Posted by Beren at 5/30/2005 12:00:00 AM
Hello,
I need to run a routine every first day of the month, even when there is no
page request.
What would be the best way of achieving this ? A cache variable ?
Thanks,
Beren
... more >>
How to control the application end time then 2-nd instance started?
Posted by Alexander Inochkin at 5/30/2005 12:00:00 AM
Hello.
I have a working ASP.NET service. I am using .NET Framework 1.1; IIS V6.0.
(web garden not used)
When I change web.config file or load new *.dll, my service restarts,
and about 90 seconds two versions(instances) of my application exists.
Is anybody know how to minimize the time be... more >>
htmlinputimagecontrol
Posted by simon at 5/30/2005 12:00:00 AM
I have <input type=image runat=server > control in dataRepeater.
Then I have
Private Sub inputImage_ServerClick(ByVal sender As Object, ByVal e As
System.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClick
end sub
method on code behind.
When user click on my image, I would li... more >>
Hiding a TreeView node
Posted by Shafia at 5/30/2005 12:00:00 AM
Hi,
How do I hide a TreeNode programmatically? the IsVisible property of a node
is readonly. Any suggestions?
Thanks in Advance,
Shafia
... more >>
Need Help in generating PPT file in ASP .NET
Posted by Chenna Sudarsan at 5/30/2005 12:00:00 AM
Hello all,
I have a typical problem in deploying my ASP .NET application (code behind
is VB .NET).
I am generating a power point presentation (ppt file) in my application.
Program is running absolutely fine on my test server. (Win 2000 server with
office 2003 and dot net 1.1 frame work)
... more >>
ListBox and Javascript
Posted by James T. at 5/30/2005 12:00:00 AM
Hello!
I would like to use JavaScript to transfer Listitems between ListBox1 and
ListBox2 without post-back. Is it possible to post all values in ListBox2 to
the server once user submits the form?
Please take a look at Demo 2
http://www.fluentconsulting.com/components/Fluent.ListTransfer/... more >>
ThreadAbortException
Posted by Hans Reins at 5/30/2005 12:00:00 AM
Hello,
recently I have encountered with the strange issue concerning
ThreadAbortException that throws DbDataAdapter.Fill (see below the
stacktrace [1]). At the first time I suppose that this problem due to
Command.Timeout property that was set too small, but to tell the truth
it has the m... more >>
|