User Profile

Collapse

Profile Sidebar

Collapse
Selun
Selun
Last Activity: Jun 12 '11, 10:22 AM
Joined: Jan 4 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I am facing problems with setting my dns correctly

    We are unning a Windows Server 2008 R2 standar, and we have 1 website on it.

    We run the website for like 5 months now, and at random times, some users of a cartain isp in my country (Greece) cant reach my website coz my dns fails.

    I Have contacted them and they say that i have incorrect configuration on my DNS server. But in fact most of the times all clients can reach me, and only some times, some certain isp clients...
    See more | Go to post

  • Selun
    started a topic How can i get the div height value using C#?

    How can i get the div height value using C#?

    I got a div that its height is dynamicly change according if its content is visible or not.

    I wanna get the div height so i can figure if its content its visible or not.

    The real problem is that i got a div and inside it i got adrotator that use google DFP to fetch ads.

    I am not able to know when it fetches ad or it stays empty.

    So when ad rotator is empty the border of the div still exists...
    See more | Go to post

  • Selun
    started a topic How FirstOrDefault function works?

    How FirstOrDefault function works?

    Hi all,
    Im new in coding and i need to change something a code that i barely understand. And the problem is a FirstOrDefalut function.
    Below is the code.
    Code:
    public static string GetArticlePageUrl(Article article, int categoryId)
    	{
    		
    		if (categoryId < 0)
    		{
                ArticleCategoryLink acl = article.ArticleCategoryLinks.FirstOrDefault();
    
    			if (acl != null &&
    ...
    See more | Go to post

  • Selun
    started a topic Problem with retrieving data using DataReader C# .NET
    in .NET

    Problem with retrieving data using DataReader C# .NET

    Hi all,
    First of all im not sure if this is the correct section to ask this.

    Im using C# .NET

    I m trying to populate a gridview using datareader with the following code
    Code:
    protected void page_load (object sender, System.EventArgs e)
     {
    
            SQLCon.ConnectionString = constr;
            SQLCon.Open();
    
            System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("select
    ...
    See more | Go to post

  • Selun
    started a topic Problem with updating dates

    Problem with updating dates

    hi, and thanx in advance.

    Im trying to update a table which has Dates using

    Code:
    UPDATE Publications.Issue
    SET IssueDate=04/01/2011
    where id=48
    and i get 4/1/1900.
    used 2011-01-04, 04-01-2011 and all theese combinations, but still same kind of results.

    I figured it out that today 2011-01-04 is 40545 but i wanna have it updating using the date not the decimal value...
    See more | Go to post

  • Edit.
    Sorry for hijacking, i had no clue.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...