Search Results

Showing results 1 to 40 of 235
Search took 0.03 seconds.
Search: Posts Made By: serkan sendur
Forum: Computer Science Sep 25th, 2009
Replies: 6
Views: 507
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
Forum: C# Sep 25th, 2009
Replies: 6
Views: 386
Posted By serkan sendur
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
Posted By serkan sendur
mark as solved then.
Forum: ASP.NET Sep 25th, 2009
Replies: 5
Views: 329
Posted By serkan sendur
there are many accordion menu javascripts out web. search google with those keywords.
Forum: ASP.NET Sep 25th, 2009
Replies: 5
Views: 329
Posted By serkan sendur
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
Posted By serkan sendur
Also mark this thread as solved.
Forum: C# Sep 25th, 2009
Replies: 21
Views: 1,381
Posted By serkan sendur
Forum: DaniWeb Community Feedback Sep 25th, 2009
Replies: 17
Views: 1,384
Posted By serkan sendur
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
Posted By serkan sendur
ok then, mark the thread as solved.
Forum: ASP.NET Sep 24th, 2009
Replies: 7
Views: 324
Posted By serkan sendur
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
Posted By serkan sendur
Forum: ASP.NET Sep 24th, 2009
Replies: 7
Views: 324
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
Forum: DaniWeb Community Feedback Sep 22nd, 2009
Replies: 17
Views: 1,384
Posted By serkan sendur
yeah i also would like to find them.
Forum: JavaScript / DHTML / AJAX Sep 22nd, 2009
Replies: 7
Views: 492
Posted By serkan sendur
Forum: C# Sep 21st, 2009
Replies: 7
Views: 748
Posted By serkan sendur
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
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009
Replies: 7
Views: 492
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
working sample is attached to this post.
Forum: ASP.NET Sep 17th, 2009
Replies: 10
Views: 2,343
Posted By serkan sendur
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
Posted By serkan sendur
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
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009
Replies: 7
Views: 492
Posted By serkan sendur
document.style.cursor = "cursorTypeName";
Forum: ASP.NET Sep 14th, 2009
Replies: 1
Views: 327
Posted By serkan sendur
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
Posted By serkan sendur
Forum: ASP.NET Sep 14th, 2009
Replies: 2
Solved: ContentType
Views: 374
Posted By serkan sendur
can it be ContentType="application/xml"/ ?
Forum: ASP.NET Sep 14th, 2009
Replies: 3
Views: 547
Posted By serkan sendur
it is a well known thing
http://rumandcode.wordpress.com/2008/08/11/javascript-confirm-on-aspnet-button/
Forum: C# Sep 14th, 2009
Replies: 8
Views: 483
Posted By serkan sendur
Forum: C# Sep 11th, 2009
Replies: 19
Views: 672
Posted By serkan sendur
mark this as solved please.
Forum: C# Sep 10th, 2009
Replies: 11
Views: 888
Posted By serkan sendur
is it a webservice? you cant load xml from a URL i guess.
Forum: C# Sep 9th, 2009
Replies: 7
Views: 352
Posted By serkan sendur
<!-- -->

the sample is attached.
Showing results 1 to 40 of 235

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC