Ask a Question related to ASP.NET General, Design and Development.
-
Ron #1
Best Way To Do This --- Simple Problem
I need to list a few rows of data in text format, for example:
ID: 5442224
ID: 5311255
ID: 3536463
The values will be bound to either datagrid, datalist, or repeater (it
doesn't matter, whatever is easiest). How can I execute a public method
located on the codebehind page whenever a link is selected?
I guess each ID could be listed in a hyperlink, but the behavior I need is
more like that of a button of some sort.
Anyone have any ideas/suggests?
Thanks,
Ron
--
_____________________________
Ron Rodenberg
Lead Software Engineer
Razorvision Technology, Inc.
(214) 207-1688
Ron Guest
-
XML::Simple problem
A simple test script: #! /usr/bin/perl -w use DBI; use XML::Simple; use Data::Dumper; use strict; my $xmlconfig = XMLin(); print... -
Simple problem I think!!!!!
I have the following code: if(mail($to,$subject,$body,$from)) { //go to Spoono Header ("Location: http://www.spoono.com/"); - Line 21 is... -
LWP::Simple get() problem
Hi, I am having problems with the following code, in which the get() function from the LWP::Simple is not retrieving any of the contents of the... -
a very simple problem!
hi ... When i click to the submit button, i want to insert value from the a text box to the mysql db. But when i enter text in the text box... -
A simple problem with a really simple form
Hi there, I'm having a problem with designing a very small form in Dreamweaver. Its just a login form with username and password textfields - the... -
abacnet #2
Re: Best Way To Do This --- Simple Problem
What about a link button?
"Ron" <spam@razorvision.net> wrote in message
news:bh8kp9$8j1@library1.airnews.net...> I need to list a few rows of data in text format, for example:
>
> ID: 5442224
> ID: 5311255
> ID: 3536463
>
> The values will be bound to either datagrid, datalist, or repeater (it
> doesn't matter, whatever is easiest). How can I execute a public method
> located on the codebehind page whenever a link is selected?
>
> I guess each ID could be listed in a hyperlink, but the behavior I need is
> more like that of a button of some sort.
>
> Anyone have any ideas/suggests?
>
> Thanks,
>
> Ron
>
> --
> _____________________________
> Ron Rodenberg
> Lead Software Engineer
> Razorvision Technology, Inc.
> (214) 207-1688
>
>
abacnet Guest



Reply With Quote

