Click here to Skip to main content
15,914,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Difference Pin
Mike Ellison3-Aug-06 3:03
Mike Ellison3-Aug-06 3:03 
QuestionDynamically Creating an image Pin
GRD0931-Jul-06 4:26
GRD0931-Jul-06 4:26 
AnswerRe: Dynamically Creating an image Pin
Ista3-Aug-06 2:50
Ista3-Aug-06 2:50 
Questionincrease the speed when fetching bulk data from database using asp.net Pin
Ravi kumar G31-Jul-06 4:13
Ravi kumar G31-Jul-06 4:13 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
ToddHileHoffer31-Jul-06 7:39
ToddHileHoffer31-Jul-06 7:39 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
Member 9631-Jul-06 8:31
Member 9631-Jul-06 8:31 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
eggsovereasy31-Jul-06 9:26
eggsovereasy31-Jul-06 9:26 
Questiondropdownlist loads photos in iframe [modified] Pin
lehya31-Jul-06 4:11
lehya31-Jul-06 4:11 
I have a dropdownlist and an iframe in a table on .aspx page..
I am trying to select an photoname in the dropdownlist that once selected will make iframe get loaded with that relevant photo which is in some folder not in the database...

here comes the code of it:
<code>

<td vAlign="top" align="center" width="50%">
<asp:dropdownlist id="ddphoto" Width="120" AutoPostBack="True" Runat="server">
<asp:ListItem Value="Abhinay">Abhinaysree</asp:ListItem>
<asp:ListItem Value="Ali">Ali</asp:ListItem>
</asp:dropdownlist>

<iframe class="iframe" id="photoframe" name="photoframe" frameBorder="1" width="150" scrolling="no"
height="150" runat="server"></iframe>
</td>

</code>



-- modified at 10:14 Monday 31st July, 2006
Questionjavascript validation Pin
Rahul_h31-Jul-06 3:36
Rahul_h31-Jul-06 3:36 
AnswerRe: javascript validation Pin
gnjunge31-Jul-06 4:13
gnjunge31-Jul-06 4:13 
QuestionMinor browser plugin Pin
gnjunge31-Jul-06 3:16
gnjunge31-Jul-06 3:16 
QuestionPls Help: Accessing multiple user's logged in pages from a single login Pin
shouvik_1331-Jul-06 3:15
shouvik_1331-Jul-06 3:15 
AnswerRe: Pls Help: Accessing multiple user's logged in pages from a single login Pin
Ista3-Aug-06 2:53
Ista3-Aug-06 2:53 
Questionfile upload control Pin
For_IT31-Jul-06 2:41
For_IT31-Jul-06 2:41 
AnswerRe: file upload control Pin
ToddHileHoffer31-Jul-06 4:18
ToddHileHoffer31-Jul-06 4:18 
GeneralRe: file upload control Pin
eggsovereasy31-Jul-06 9:30
eggsovereasy31-Jul-06 9:30 
QuestionPassing Guid Object as parameter of a Control -> to ObjectDataSource(TableAdapter) Pin
Brokit31-Jul-06 1:45
Brokit31-Jul-06 1:45 
AnswerRe: Passing Guid Object as parameter of a Control -&gt; to ObjectDataSource(TableAdapter) [modified] Pin
postmaster@programmingknowledge.com31-Jul-06 3:22
postmaster@programmingknowledge.com31-Jul-06 3:22 
QuestionDownloading documents from an ASP.NET 2.0 page Pin
seee sharp31-Jul-06 1:02
seee sharp31-Jul-06 1:02 
AnswerRe: Downloading documents from an ASP.NET 2.0 page Pin
Paddy Boyd31-Jul-06 2:13
Paddy Boyd31-Jul-06 2:13 
GeneralRe: Downloading documents from an ASP.NET 2.0 page Pin
seee sharp31-Jul-06 3:36
seee sharp31-Jul-06 3:36 
Questionhow i can upload only text file using file fild in asp.net 1.1 Pin
omi9831-Jul-06 0:53
omi9831-Jul-06 0:53 
AnswerRe: how i can upload only text file using file fild in asp.net 1.1 Pin
seee sharp31-Jul-06 1:34
seee sharp31-Jul-06 1:34 
QuestionFCKEDITOR in ASP.Net Pin
Debi Prasad31-Jul-06 0:31
Debi Prasad31-Jul-06 0:31 
AnswerRe: FCKEDITOR in ASP.Net Pin
Amit Agarrwal31-Jul-06 1:35
Amit Agarrwal31-Jul-06 1:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.