Forum: ASP.NET Aug 11th, 2009 |
| Replies: 7 Views: 791 Can you post your working code?
I don't think its a bug, may be there are some other way to do so and we are not aware of it. Or may be there is another explanation for the problem you are facing.... |
Forum: ASP.NET Aug 11th, 2009 |
| Replies: 2 Views: 245 Try this (http://www.codeproject.com/KB/webservices/cpwebserviceconsumer.aspx) or this (http://www.csharphelp.com/archives2/archive356.html) or this... |
Forum: ASP.NET Aug 11th, 2009 |
| Replies: 7 Views: 791 did you try putting table inside table cell ? |
Forum: ASP.NET Aug 10th, 2009 |
| Replies: 7 Views: 791 hi why you want to merge cell and put the image in center of it?
you can have your image say in 5th column with only 2 cell merged:
... |
Forum: ASP.NET Aug 10th, 2009 |
| Replies: 7 Views: 791 Could you please post the code where you are exporting image to excel?
It would help us to help you. |
Forum: ASP.NET Aug 6th, 2009 |
| Replies: 2 Views: 1,676 Hi,
You can achieve this using javascript. Just on click of small image invoke java script function, where you can use window.open method to open the page(say page1.aspx) which contain your new... |
Forum: ASP.NET Aug 6th, 2009 |
| Replies: 6 Views: 268 Interoperability
Interoperability is a property referring to and the ability of diverse systems and organizations to work together (inter-operate).
-wikipedia... |
Forum: ASP.NET Jul 23rd, 2009 |
| Replies: 5 Views: 297 its done in flash. after developing map in flash, you can use any other server side technology php, asp or jsp |
Forum: ASP.NET Jul 23rd, 2009 |
| Replies: 2 Views: 337 First, one should know the answer to reply here.Second if some body replies without having clear idea what he is dealing with, it would add confusion to the person who is asking question. |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 3 Views: 442 Hi,
Try to use Server.Transfer("http://a.b.com/1.wav") |
Forum: ASP.NET Jul 22nd, 2009 |
| Replies: 4 Views: 335 you can also use onload event of body tag, described as follows:
http://www.w3schools.com/jsref/jsref_onload.asp |
Forum: ASP.NET Feb 9th, 2009 |
| Replies: 2 Views: 768 This (http://aspnet.4guysfromrolla.com/articles/051006-1.aspx)may help you. |
Forum: ASP.NET Jan 29th, 2009 |
| Replies: 6 Views: 390 Hmmm...
Then learn it, it will be useful in your application. Its not that tough. Here is link (http://www.w3schools.com/Ajax/default.asp) to ajax tutorial. |
Forum: ASP.NET Jan 29th, 2009 |
| Replies: 6 Views: 390 without ajax it will be no more a chat application, because using ajax you will be sending data to server in background. why you dont want to use ajax? |
Forum: ASP.NET Jan 29th, 2009 |
| Replies: 6 Views: 390 start with understanding comet (http://en.wikipedia.org/wiki/Comet_(programming)).
let say user1 wants to chat with user2. now flow will be like this:
1. user1 will type message and send it - this... |
Forum: ASP.NET Jan 21st, 2009 |
| Replies: 1 Views: 448 following discussion may help you.
http://www.groupsrv.com/dotnet/about147910.html |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 3 Views: 4,383 you can use data base,
from the second application (after authentication has been done) you can query session variable from the browser and check the value of that data from data base. |