Search

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

Matching Posts

  • Re: Write to a text file

    Hi, no not by default. What you can do is write the file on the server and have it sent to the browser where the user, with interaction, can save it somewhere. What's the scenario you're trying to accomplish? Grz, Kris.
    Posted to Getting Started (Forum) by XIII on 11/23/2009
  • Re: forum for "wouldn't it be nice to have in V2010, .NET4" discussions

    Hi, [quote user="guenavan"]I wrote a lot of posts there and nobody is reading them[/quote] I took a quick look in that mentioned forum and it seems to me that the posts are being read, but not always get an answer. Take a look at the 2 columns after the each post: Replies & Views. Grz, Kris.
    Posted to Feedback on this website (Forum) by XIII on 11/23/2009
  • Re: Where is the starting entry point of asp.net

    Hi, mostly the default.aspx page is the place to start. Grz, Kris.
    Posted to Getting Started (Forum) by XIII on 11/22/2009
  • Re: many website request and occupy bandwidth

    Hi, [quote user="dr_csharp"]so it dosent have any softwaral solution to avoid ?[/quote] You could create a custom httpmodule that can block calls from certain IP adresses . However you always have the risk to filter out legitimate addresses leaving confused people behind. I also suggest that you log all the incoming calls and when you notice that you have a lot of traffic from certain addresses use countermeasures like blocking them or when you expect a DOS attack go to the authorities
    Posted to Security (Forum) by XIII on 11/22/2009
  • Re: Webcam recorder for SilverLight playback

    Hi, it's available in Silverlight 4: http://www.silverlight.net/learn/videos/all/access-web-camera-microphone/ . Please ask Silverlight related questions over at our sister forums: www.silverlight.net. It's dedicated to the technology and you can login with the same credentials as you use here. Grz, Kris.
    Posted to ASP.NET Controls for Silverlight (Forum) by XIII on 11/22/2009
  • Re: ther'is no Resolved mark in thread text !

    Hi, [quote user="guenavan"]I also would like to draw attention of moderators to stop this feve of marking all answered topics as "Resolved".[/quote] The people who can mark replies as answer are: the thread starter (OP), moderators, MVPs, MSFT people. Also if I'm correctly informed it's the day job of the MSFT helpers to weed through the unresolved threads and provider answers to help out the OP so the thread can be closed (Resolved). Whenever a reply has been marked the
    Posted to Feedback on this website (Forum) by XIII on 11/21/2009
  • Re: Does the video resolution affects ajax template?

    Hi, I think it's doubtful that screen resolution has something to do with it. [quote user="teetee"]even does not appears on VWD when i fire up.[/quote] In .NET 3.5 ajax was built in so you don't have the need for a separate template like you had to with VS2005. Check the toolbox to see if you have the scriptmanager control and such. If not, reset the toolbox. Another thing you can try is go to source view of your page, and type in <asp:scriptmanager if Intellisense kicks in you
    Posted to Visual Web Developer 2008 Express (Forum) by XIII on 11/21/2009
  • Re: MVC Rendering blank or empty lines in html

    Hi, whitelines shouldn't provide any problem but if you want to downsize your outputted html a bit more you can use a whitespace remover that takes out a lot of the unnecessary "data". You can find a whitespace remover here . Grz, Kris.
    Posted to ASP.NET MVC (Forum) by XIII on 11/21/2009
  • Re: difference between Response.Redirect and Server.Transfer

    Hi, first take a look at this: http://www.lmgtfy.com/?q=difference+between+response.redirect+and+server.transfer . Bottom line: both render pages and serve that back to the browser. The difference is mainly that Response.Redirect takes more data over the wire between server and browser by sending to the browser a signal that it should request a new url. The benefit of that is that you can pass in the querystring to the address bar of your browser. Server.Transfer transfers the current page to the
    Posted to Getting Started (Forum) by XIII on 11/21/2009
  • Re: Does ActiveX develped by C# run on Mac paltform browser

    Hi, [quote user="wilsonwu"]But there is not system.data namespace in silverlight[/quote] If you want to know more about Silverlight you can ask questions on the forums over there: http://forums.silverlight.net . You can use the same credentials there as you use here to login. Also please update this thread with a url pointing out to the thread on those forums so future members can follow up. Grz, Kris.
    Posted to Client Side Web Development (Forum) by XIII on 11/20/2009
Page 1 of 1209 (12085 items) 1 2 3 4 5 Next > ... Last »