Forum: ASP.NET 22 Days Ago |
| Replies: 6 Views: 390 try godadd, $1.99/year for new domains |
Forum: ASP.NET Aug 13th, 2009 |
| Replies: 1 Views: 454 |
Forum: ASP.NET Aug 9th, 2009 |
| Replies: 3 Views: 1,245 It can be done,
Please use this form,
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript">
function setval() {... |
Forum: MySQL Aug 7th, 2009 |
| Replies: 3 Views: 417 given the row set that you want to render,
for your html issue, you may use the repeater control or a loop of echos to your row set.
for your chart, please use a chart control, there a bulk free,... |
Forum: MySQL Aug 7th, 2009 |
| Replies: 4 Views: 506 |
Forum: C++ Aug 7th, 2009 |
| Replies: 15 Views: 472 the program needs remember only the current pos and the position that contains mouse clicked pointer pos and do smt if it is in the current pos' neighbor. |
Forum: C++ Aug 7th, 2009 |
| Replies: 5 Views: 277 Yeah, the SendMessage command is instant.
I assume that your status window object had processed the sent message properly, please try its UpdateWindow method to make sure the update information... |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 3 Views: 288 Since this is asp.net thread, you need only two:
The script manager control (placed before other ajax controls)
The update panel control that contains the dropdown and grid.
Hope this helps |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 5 Views: 801 Have you ever tried forward outbound domain. this should give you an interesting example of why we need using Redirect, and in addition, why IE is not helpful in some cases. |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 2 Views: 442 using your website url and the relative paths to the files from your webroot. |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 5 Views: 801 You need using static properties to pack the parameter values, and,
use Response.Redirect(URL) instead of Server.Transfer(URL).
Everything will be fin. Note that the modified code will work on... |
Forum: ASP.NET Aug 7th, 2009 |
| Replies: 3 Views: 288 Please use ajax to place your dropdown and grid into one update panel. Just place you video element outside the panel. |
Forum: IT Professionals' Lounge Aug 7th, 2009 |
| Replies: 10 Views: 2,174 Just visit usewide web hit counter website (http://www.usewide.com/?page=wcounter_com)! You can change your mind. :) |
Forum: IT Professionals' Lounge Jan 13th, 2009 |
| Replies: 10 Views: 2,174 I suggest usewide counter (http://www.usewide.com/?page=wcounter_com). |
Forum: ASP.NET Jul 5th, 2007 |
| Replies: 8 Views: 70,216 Timer controls work well on an asp.net page. As a web page refreshes each time it is back, You should declare the time control as a static attribute of the page, as well as the timer event handler.... |