Search Results

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: serkan sendur ; Forum: ASP.NET and child forums
Forum: ASP.NET Sep 17th, 2009
Replies: 10
Views: 2,695
Posted By serkan sendur
i think that method is not getElementByTagName, but getElementsByTagName, so it is plural basically. try that way.
Forum: ASP.NET Aug 31st, 2009
Replies: 3
Solved: Lock Window
Views: 336
Posted By serkan sendur
Either use absolute positioning or relatively absolute positioning, if you are not clear with these terms, search google.
Forum: ASP.NET May 15th, 2009
Replies: 5
Views: 779
Posted By serkan sendur
here is the example solution :
Default.aspx:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Register Src="WebUserControl.ascx"...
Forum: ASP.NET Mar 15th, 2009
Replies: 3
Views: 793
Posted By serkan sendur
here is the webform1.aspx :

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.WebForm1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Forum: ASP.NET Mar 3rd, 2009
Replies: 2
Views: 779
Posted By serkan sendur
dont worry about it, sometimes they just dont have any logical reasoning to why you are not selected, so they just say you are not eligible. it happened to me too, they had me create a very simple...
Forum: ASP.NET Feb 27th, 2009
Replies: 0
Views: 2,920
Posted By serkan sendur
One of our new members "Gurvinder Suman" asked me how to create a custom select button for gridview in order to display details in the detailsview. Here is the answer:

When you click the smart tag...
Forum: ASP.NET Feb 23rd, 2009
Replies: 3
Views: 2,577
Posted By serkan sendur
thanks flies, reputation remains :)
Forum: ASP.NET Jan 16th, 2009
Replies: 4
Views: 648
Posted By serkan sendur
I think you can also cache the dataset in the servers memory, then let the users modify that cached memory, after some certain time using tableAdapter update the database. For example if 1000 users...
Forum: ASP.NET Jan 14th, 2009
Replies: 7
Views: 2,392
Posted By serkan sendur
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Text="someText" Value="someValue" onclick="alert('something1')"></asp:ListItem>
<asp:ListItem ...
Forum: ASP.NET Dec 6th, 2008
Replies: 6
Views: 813
Posted By serkan sendur
Share this feeling by adding to me reputation then :)
Forum: ASP.NET Oct 15th, 2008
Replies: 1
Views: 828
Posted By serkan sendur
the error is fair, you have to tell which property to be bound to columns in gridview. your user object has to have public properties so that the gridview can populate the column values. the...
Forum: ASP.NET Jul 8th, 2008
Replies: 6
Views: 3,885
Posted By serkan sendur
ok then the best way is to seperate the test and the rest of the content on your pages. cisco forexample does this way. when you start the test it opens a new window with all of the explorer tools...
Forum: ASP.NET Jun 25th, 2008
Replies: 17
Views: 3,789
Posted By serkan sendur
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
SqlDataSource mySource = new SqlDataSource("Data Source=SERKAN\\MYSQLSERVER2005;Initial...
Forum: ASP.NET Mar 11th, 2008
Replies: 5
Views: 6,989
Posted By serkan sendur
I like simplicity :
protected void Page_Load(object sender, EventArgs e)
{

string s = Server.MapPath("original.jpg");
string s2 = Server.MapPath("ikon.gif");

System.Drawing.Image original=...
Forum: ASP.NET Mar 6th, 2008
Replies: 26
Views: 3,882
Posted By serkan sendur
Can you extend the problem a little? i didnt understand.
Forum: ASP.NET Feb 26th, 2008
Replies: 10
Views: 1,718
Posted By serkan sendur
Using RowDataBound event helps seperating the markup from the code. In performans terms, they seem equal
Forum: ASP.NET Feb 13th, 2008
Replies: 21
Views: 3,038
Posted By serkan sendur
Showing results 1 to 17 of 17

 


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

©2003 - 2009 DaniWeb® LLC