Search

You searched for the word(s): userid:878574

Matching Posts

  • Re: how can i close the pop up window

    There is nothing wrong in this code,it's working fine,though I prefer to use this statement instead: ClientScript.RegisterStartupScript(this.GetType(), "MyScript", "self.close();", true); You don't have to write script tags at all. And the error you have is from something else,please run your page then right click in your browser and choose "view source" or anything similar to this option,then press (ctrl+G in IE,or ctrl+L in firefox),write 12 then OK.Post the
    Posted to Client Side Web Development (Forum) by alaa9jo on 12/3/2009
  • Re: Top answerer page is not working

    I found a workaround that it will help everyone of us (till the issue get fixed of course): i.e.If I want to see the top answerers in Getting Started section,I will choose it from the dropdownlist then my url changes to this: http://forums.asp.net/0/0/TopAnswerers.aspx?ForumID=15 All I have to do is to reformat that url to this: http://forums.asp.net/0/15/TopAnswerers.aspx That's it!Do the same thing to all sections and the page will work fine! BTW,filtering using period will work too if you
    Posted to Feedback on this website (Forum) by alaa9jo on 12/3/2009
  • GettingStarted is confusing for few members

    HI everyone, I check "Getting Started" section many times and I noticed that there are questions that are...mmm..more appropriate to be moved to other sections,here are few samples: 1- http://forums.asp.net/p/1499758/3545004.aspx#3545004 it's related to SQL Server. 2- http://forums.asp.net/t/1499296.aspx Client-Side 3- http://forums.asp.net/t/1499837.aspx And many more. (and my respect to all OPs of mentioned threads) AFAIK,there are question that will get better answeres if asked in
    Posted to Feedback on this website (Forum) by alaa9jo on 12/3/2009
  • Re: GettingStarted is confusing for few members

    Hi Kris, [quote user="XIII"]when you see such posts you can alert the moderation team in the usual way (Alert moderators which you can find in every post).[/quote] I already know that Kris, but I just wanted to make sure that I'm not confused or something that's all,I just wanted to make sure that alerting a moderator in that case is not wrong and I'm not wrong in what I think about such a threads. But if someone wanted to get started with i.e. sql server 2008,where he/she can
    Posted to Feedback on this website (Forum) by alaa9jo on 12/3/2009
  • Re: GettingStarted is confusing for few members

    Thanks Kris,I think working as a moderator is not easy
    Posted to Feedback on this website (Forum) by alaa9jo on 12/3/2009
  • Re: Displaying Quarter Wise Data in Gridview Control

    I wished that you asked this question in SQLServer section. Anyway,I have a good background in SQL SERVER,so here is a good way: First,your dropdownlist should have these values:1,2,3,4 like this: First Quarter --> 1 Second Quarter --> 2 Third Quarter --> 3 Fourth Quarter --> 4 then in sql server,use this statement: SELECT DATEPART(Quarter,[yourdateColumns]) How this could help you? Take a look at these statements: This will get you all records in first quarter of 2009. Select * from
    Posted to Getting Started (Forum) by alaa9jo on 12/3/2009
  • Re: Loading local HTML pages into a DIV

    [quote user="LtCmdrData"]I was hoping that there was another way of doing it.[/quote] This is the easiest way as far as I know,I tried many ways like using innerHTML of the iframe(but that didn't work at all),or changing the html of the iframe using javascript(sucessfully but it doesn't make sense to send the whole updated html as a parameter to a JS function to change iframe's html). [quote user="LtCmdrData"]I would like to see the code for cleaning up the temp files
    Posted to Web Forms (Forum) by alaa9jo on 12/2/2009
  • Re: problem in adding ajax toolkit in asp.net 3.5

    You have VS2008,which means that you have to use the latest toolkit and I assume that you are using the toolkit of vs2005. Go to this link and download the latest toolkit: http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33804
    Posted to ASP.NET AJAX Control Toolkit (Forum) by alaa9jo on 12/2/2009
  • Re: GridView row events fire twice inside UpdatePanel when using ButtonType="Image"(repost)

    I tried it out (vs2005 and vs 2008) and nope,it works perfectly with no issues at all.
    Posted to ASP.NET AJAX UI (Forum) by alaa9jo on 12/2/2009
Page 1 of 97 (966 items) 1 2 3 4 5 Next > ... Last ยป