Forum: Computer Science Sep 25th, 2009 |
| Replies: 6 Views: 507 knowing that almost all the indian last names are patel, you must be from india :D |
Forum: Computer Science Sep 25th, 2009 |
| Replies: 6 Views: 507 i dont know how many courses you are going to take in one semester but if you can take three: go with, programming languages, operating systems, computer hardware architecture. if you are able to... |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 386 mark this thread as solved :D |
Forum: C# Sep 25th, 2009 |
| Replies: 6 Views: 386 We should create a generic c# thread class in daniweb. that class will be inherited by all the threads and will add some common things that we keep repeating. for example, post your code, attach your... |
Forum: ASP.NET Sep 25th, 2009 |
| Replies: 5 Views: 329 |
Forum: ASP.NET Sep 25th, 2009 |
| Replies: 5 Views: 329 there are many accordion menu javascripts out web. search google with those keywords. |
Forum: ASP.NET Sep 25th, 2009 |
| Replies: 5 Views: 329 you can insert some javascript to do what you want but i dont think it is a good idea. you dont know the internal workings of those built-in ajax toolkit controls, so you may get unexpected results... |
Forum: C# Sep 25th, 2009 |
| Replies: 8 Views: 944 Also mark this thread as solved. |
Forum: C# Sep 25th, 2009 |
| Replies: 21 Views: 1,381 |
Forum: DaniWeb Community Feedback Sep 25th, 2009 |
| Replies: 17 Views: 1,384 i used to work with vb 5-6 years ago. Yes now i mostly work with c#. |
Forum: ASP.NET Sep 24th, 2009 |
| Replies: 7 Views: 324 ok then, mark the thread as solved. |
Forum: ASP.NET Sep 24th, 2009 |
| Replies: 7 Views: 324 also post how you call StreamFile(ByVal Q As String),
i think your parameter has a problem. and also post the exact path you want to specify. |
Forum: ASP.NET Sep 24th, 2009 |
| Replies: 7 Views: 324 |
Forum: ASP.NET Sep 24th, 2009 |
| Replies: 7 Views: 324 As far as i know, tilde does not mean anything unless you use it at the very beggining of your path, in which case it would refer to your root application folder. I think you should use... |
Forum: C# Sep 24th, 2009 |
| Replies: 21 Views: 1,381 make a public property of type UserControl, and return your private member user control, so you will have all sorts of access to your UserControl members. |
Forum: C# Sep 24th, 2009 |
| Replies: 8 Views: 944 why would i do that :) at least this way it takes some time for them to catch it, and in the meanwhile i reach some people like you . |
Forum: DaniWeb Community Feedback Sep 23rd, 2009 |
| Replies: 17 Views: 1,384 No, sknake is the younger, the smarter, the more energytic and the better coder. But DdoubleD is becoming my most favorite one in DaniWeb. |
Forum: DaniWeb Community Feedback Sep 23rd, 2009 |
| Replies: 17 Views: 1,384 none of them, the key is to drink monster energy drink. sknake is the official sponsor of monster. |
Forum: C# Sep 23rd, 2009 |
| Replies: 8 Views: 944 This is Turkish damn it :)
Let's do it Turkish way then, incorporating some ego in it. Private message Scott(sknake) and tell him that Serkan refered you to him to help this out.
i will take a... |
Forum: C# Sep 22nd, 2009 |
| Replies: 8 Views: 944 |
Forum: DaniWeb Community Feedback Sep 22nd, 2009 |
| Replies: 17 Views: 1,384 yeah i also would like to find them. |
Forum: JavaScript / DHTML / AJAX Sep 22nd, 2009 |
| Replies: 7 Views: 492 |
Forum: C# Sep 21st, 2009 |
| Replies: 7 Views: 748 ok DdoubleD, i investigated your demo application and unfortunately it didnt solve my problem. I know you can pass parameter values from setup project to custom installer project, my question was... |
Forum: JavaScript / DHTML / AJAX Sep 21st, 2009 |
| Replies: 7 Views: 492 |
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009 |
| Replies: 7 Views: 492 dont worry most users with one posts are of "post and run" type. he will probably never come back, and when he wants to come back, he will create another user as he already forgot his credentials. |
Forum: C# Sep 19th, 2009 |
| Replies: 7 Views: 748 DdoubleD i appreciate your hardwork, i will look at it carefully in couple days. As Scott said, i will be all over this thread :) |
Forum: ASP.NET Sep 17th, 2009 |
| Replies: 10 Views: 2,343 Just in case you cant run the attachment :
Default.aspx :
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD... |
Forum: ASP.NET Sep 17th, 2009 |
| Replies: 10 Views: 2,343 working sample is attached to this post. |
Forum: ASP.NET Sep 17th, 2009 |
| Replies: 10 Views: 2,343 here you go :
<script language="javascript" type="text/javascript">
// <!CDATA[
function Button1_onclick() {
var inputs = document.forms[0].elements;
for(var i=0;i< inputs.length;i++)
{... |
Forum: ASP.NET Sep 17th, 2009 |
| Replies: 10 Views: 2,343 i think that method is not getElementByTagName, but getElementsByTagName, so it is plural basically. try that way. |
Forum: ASP.NET Sep 17th, 2009 |
| Replies: 4 Views: 585 |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009 |
| Replies: 7 Views: 492 document.style.cursor = "cursorTypeName"; |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 1 Views: 327 you can do that using javascript.
<script language="javascript" type="text/javascript">
function stopRKey(evt) {
var evt = (evt) ? evt : ((event) ? event : null);
var node = (evt.target) ?... |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 4 Views: 585 your image link is broken. |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 2 Views: 374 can it be ContentType="application/xml"/ ? |
Forum: ASP.NET Sep 14th, 2009 |
| Replies: 3 Views: 547 it is a well known thing
http://rumandcode.wordpress.com/2008/08/11/javascript-confirm-on-aspnet-button/ |
Forum: C# Sep 11th, 2009 |
| Replies: 19 Views: 672 mark this as solved please. |
Forum: C# Sep 10th, 2009 |
| Replies: 11 Views: 888 is it a webservice? you cant load xml from a URL i guess. |
Forum: C# Sep 9th, 2009 |
| Replies: 7 Views: 352 <!-- -->
the sample is attached. |