Click here to Skip to main content
15,913,090 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can we stop the (page(aspx) or div) postback through javascript Pin
N a v a n e e t h8-Jul-07 21:11
N a v a n e e t h8-Jul-07 21:11 
QuestionASP.Net? Pin
| Muhammad Waqas Butt |8-Jul-07 20:47
professional| Muhammad Waqas Butt |8-Jul-07 20:47 
AnswerRe: ASP.Net? Pin
Michael Sync8-Jul-07 21:07
Michael Sync8-Jul-07 21:07 
Questionhow display the rating Pin
suparichit8-Jul-07 20:26
suparichit8-Jul-07 20:26 
AnswerRe: how display the rating Pin
N a v a n e e t h8-Jul-07 21:08
N a v a n e e t h8-Jul-07 21:08 
GeneralRe: how display the rating Pin
suparichit8-Jul-07 21:14
suparichit8-Jul-07 21:14 
GeneralRe: how display the rating Pin
N a v a n e e t h8-Jul-07 21:20
N a v a n e e t h8-Jul-07 21:20 
QuestionGenerating <TD>'s at runtime Pin
Rajiya8-Jul-07 20:18
Rajiya8-Jul-07 20:18 
hi,

I want to generate <TD>'s at runtime depending upon the records returned by a stored procedure.I am creating layers using <Div> tags in my aspx page.How do i do it?
My code is as below:
<!-- DROP DOWN MENU --><a name="2"></a>
<script language="JavaScript" type="text/javascript">
document.write("<div id=\"menu2\" style=\"filter:revealTrans(duration=.5, transition=3) progid:DXImageTransform.Microsoft.Shadow(direction=135, color=#AAAAAA, strength=5);\" onmouseout=\"killMenu('menu2')\" onmouseover=\"checkMenu();\">");
document.write("<layer name=\"menu2\" onmouseout=\"killMenu('menu2')\" onmouseover=\"checkMenu();\">");
</script>
<TABLE cellSpacing="0" cellPadding="0" width="150" border="0">
<tr>
<td vAlign="top"><A class="menulink1" href="javascript:ViewSettings();">User Settings </A>
<A class="menulink1" href="javascript:ViewSignature();">Signature </A><A class="menulink1" href="javascript:ViewDistributionList();">
Define Distribution List </A><A class="menulink1" href="javascript:ViewFolderManager();">
Folder Manager </A>
</td>
</tr>
</TABLE>
<script language="JavaScript" type="text/javascript">document.write("<\/layer><\/div>");</script>
<!-- END DROP DOWN MENU -->

Here <A class="menulink1" href="">Record1 </A> will be generated depending on the number of records fetched from the database.
For e.g. If 5 records are returned then 5 <A href ></A> tags shld be generated.
plz let me knw how to do it?

Thanks,

Riz
AnswerRe: Generating &lt;TD>'s at runtime Pin
Michael Sync8-Jul-07 20:25
Michael Sync8-Jul-07 20:25 
QuestionSend SMS to Mobile phones from my web application Pin
Vipin.d8-Jul-07 20:12
Vipin.d8-Jul-07 20:12 
AnswerRe: Send SMS to Mobile phones from my web application Pin
N a v a n e e t h8-Jul-07 20:44
N a v a n e e t h8-Jul-07 20:44 
Questionremoving mulitple entries from datatable Pin
playout8-Jul-07 20:10
playout8-Jul-07 20:10 
AnswerRe: removing mulitple entries from datatable Pin
Vipin.d8-Jul-07 20:14
Vipin.d8-Jul-07 20:14 
AnswerRe: removing mulitple entries from datatable Pin
Venkatesh Mookkan8-Jul-07 20:33
Venkatesh Mookkan8-Jul-07 20:33 
GeneralRe: removing mulitple entries from datatable Pin
playout8-Jul-07 22:48
playout8-Jul-07 22:48 
Questionhow to scroll in a single line Pin
speedy_gonzalas8-Jul-07 19:27
speedy_gonzalas8-Jul-07 19:27 
Questionhow to create ASPNET user in SQL Server 2000 Pin
anystudent8-Jul-07 18:56
anystudent8-Jul-07 18:56 
AnswerRe: how to create ASPNET user in SQL Server 2000 Pin
Michael Sync8-Jul-07 19:31
Michael Sync8-Jul-07 19:31 
GeneralRe: how to create ASPNET user in SQL Server 2000 Pin
anystudent8-Jul-07 20:11
anystudent8-Jul-07 20:11 
GeneralRe: how to create ASPNET user in SQL Server 2000 Pin
Michael Sync8-Jul-07 20:21
Michael Sync8-Jul-07 20:21 
QuestionVbscript Pin
garga18-Jul-07 18:47
garga18-Jul-07 18:47 
AnswerRe: Vbscript Pin
Michael Sync8-Jul-07 19:41
Michael Sync8-Jul-07 19:41 
GeneralRe: Vbscript Pin
garga18-Jul-07 23:50
garga18-Jul-07 23:50 
GeneralRe: Vbscript Pin
Michael Sync10-Jul-07 5:28
Michael Sync10-Jul-07 5:28 
GeneralRe: Vbscript Pin
Michael Sync10-Jul-07 5:30
Michael Sync10-Jul-07 5: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.