Click here to Skip to main content
15,905,325 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to interact an image to a database value Pin
Mubashir Javaid16-Jul-07 20:15
Mubashir Javaid16-Jul-07 20:15 
GeneralRe: how to interact an image to a database value Pin
duo!@#16-Jul-07 21:53
duo!@#16-Jul-07 21:53 
GeneralRe: how to interact an image to a database value Pin
duo!@#16-Jul-07 22:00
duo!@#16-Jul-07 22:00 
GeneralRe: how to interact an image to a database value Pin
Mubashir Javaid16-Jul-07 22:31
Mubashir Javaid16-Jul-07 22:31 
GeneralRe: how to interact an image to a database value Pin
duo!@#16-Jul-07 22:02
duo!@#16-Jul-07 22:02 
GeneralRe: how to interact an image to a database value Pin
Mubashir Javaid16-Jul-07 22:08
Mubashir Javaid16-Jul-07 22:08 
AnswerRe: how to interact an image to a database value Pin
_AK_16-Jul-07 20:18
_AK_16-Jul-07 20:18 
Questiontable in classic asp Pin
Sebastian T Xavier16-Jul-07 19:43
Sebastian T Xavier16-Jul-07 19:43 
Hi all

The code segment below creates a table with some images. The images will be displayed in a triangular shape. ie. 1 image in a row, 2 in the next like...
<html>
<head>
<title>
welcome to ImageList
</title>
</head>
<Body>
<table width=600>
<% for X = 0 to 4 %>
<tr>
<% if x=0 then %>
<td colspan=7 align="center"><img src="images/11.bmp"><% response.write("cell "&y)%>.</td>
<% end if %>
<% if x=1 then %>
<% for y = 0 to 1 %>
<td colspan=4 align="center"><img src="images/11.bmp"><% response.write("cell "&y)%>.</td>
<% next %>
<% end if %>
<% if x=2 then %>
<% for y = 0 to 3 %>
<td colspan=2 align="center"><img src="images/11.bmp"><% response.write("cell "&y)%>.</td>
<% next %>
<% end if %>
<% if x=3 then %>
<% for y = 0 to 7 %>
<td align="center"><img src="images/11.bmp"><% response.write("cell "&y)%>.</td>
<% next %>
<% end if %>
</tr>

<% next %>
</table>
</Body>
</html>

My problem in that, i would like to insert some spaces in between rows..
how i can achieve this........?

waiting for you valuable suggestions.....
Thanks in adavance


Sebastian
AnswerRe: table in classic asp Pin
N a v a n e e t h16-Jul-07 20:13
N a v a n e e t h16-Jul-07 20:13 
GeneralRe: table in classic asp Pin
Sebastian T Xavier16-Jul-07 22:44
Sebastian T Xavier16-Jul-07 22:44 
QuestionBuffer size is too small or string is null byte ? Pin
Kamal.Afridi16-Jul-07 19:42
Kamal.Afridi16-Jul-07 19:42 
Questionvbscript Pin
Navneet Hegde16-Jul-07 19:28
Navneet Hegde16-Jul-07 19:28 
QuestionAfter uploading in server imageButton,Button,linkButton controls are not working in IE.please help..?? Pin
bijeshputhalath16-Jul-07 19:06
bijeshputhalath16-Jul-07 19:06 
QuestionError in uploading multiple files Pin
Hari_101016-Jul-07 19:02
Hari_101016-Jul-07 19:02 
AnswerRe: Error in uploading multiple files Pin
Sathesh Sakthivel16-Jul-07 19:09
Sathesh Sakthivel16-Jul-07 19:09 
QuestionRe: Error in uploading multiple files Pin
Hari_101016-Jul-07 19:18
Hari_101016-Jul-07 19:18 
AnswerRe: Error in uploading multiple files Pin
Sathesh Sakthivel16-Jul-07 19:27
Sathesh Sakthivel16-Jul-07 19:27 
GeneralRe: Error in uploading multiple files Pin
Hari_101016-Jul-07 19:29
Hari_101016-Jul-07 19:29 
GeneralRe: Error in uploading multiple files Pin
Sathesh Sakthivel16-Jul-07 19:33
Sathesh Sakthivel16-Jul-07 19:33 
QuestionHow to Generate Reports using Report Viewer Control Pin
ballameharmurali16-Jul-07 18:50
ballameharmurali16-Jul-07 18:50 
AnswerRe: How to Generate Reports using Report Viewer Control Pin
Mubashir Javaid16-Jul-07 19:39
Mubashir Javaid16-Jul-07 19:39 
AnswerRe: How to Generate Reports using Report Viewer Control Pin
Member 101922988-Oct-14 22:57
Member 101922988-Oct-14 22:57 
QuestionIncreasing the colunm length of a datagrid Pin
Prakash_Mishra16-Jul-07 18:47
Prakash_Mishra16-Jul-07 18:47 
AnswerRe: Increasing the colunm length of a datagrid Pin
ballameharmurali16-Jul-07 18:57
ballameharmurali16-Jul-07 18:57 
GeneralRe: Increasing the colunm length of a datagrid Pin
Prakash_Mishra16-Jul-07 19:30
Prakash_Mishra16-Jul-07 19:30 

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.