Search

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

Matching Posts

  • Re: Asp.net Custom Paging Problem, command object timeout

    your answer is no where related to my question, my question is about commandtimeout of objectdatasource i got the solution for it hopefully it will help some 1 else thanks we need to create partial class for it my partial class is Namespace cvsearchnewTableAdapters Partial Public Class cvsearchpagingTableAdapter Public WriteOnly Property CommandTimeout() As Integer Set(ByVal value As Integer) Dim i As Integer = 0 While (i < Me.CommandCollection.Length) If (Me.CommandCollection(i) IsNot Nothing
    Posted to Data Presentation Controls (Forum) by aminnagpure on 9/21/2009
  • Asp.net Custom Paging Problem, command object timeout

    iam using the custom paging example from asp.net site http://www.asp.net/Learn/data-access/tutorial-25-vb.aspx in this iam using objectdatasource, with dataset, but the problem is the objectdatasource gets timeout, how do i increase the timeout of the objectdatasource, its kinda buggy anyway to make it work?
    Posted to Data Presentation Controls (Forum) by aminnagpure on 9/20/2009
  • date format problem

    i want to display date in mm/dd/yyyy format so iam using <globalization culture="en-US"></globalization> in web.config but the problem is it is showing dates for example 10th sept 1980 will be shown as 9/10/1980 i want it to be shown as 09/10/1980 what code to use?
    Posted to Getting Started (Forum) by aminnagpure on 9/16/2009
  • Re: date format problem

    well no need for such coding a simple code in web.config will do it for example for indian date format to be dispalyed in 10/09/1980 we use "he-IL" in globalization tage what about american code
    Posted to Getting Started (Forum) by aminnagpure on 9/16/2009
  • Re: date format problem

    well i got the code it "en-029" just put that in globalization file and it works
    Posted to Getting Started (Forum) by aminnagpure on 9/16/2009
  • how is update possible?

    iam selling a dating software, and the software is sold in a compiled code but suppose if i make changes to some of the asp forms and code, then how do i make it available to the clients
    Posted to Web Forms (Forum) by aminnagpure on 9/15/2009
  • Re: Unable to Validate Data Error Problem

    ur links were quite useful, but the problem still exists, but i get very very less emails now thanks
    Posted to State Management (Forum) by aminnagpure on 9/13/2009
  • blocking people from nigeria and senegal

    i am running a jobsite which is india specific, but nigerian scammers, register as employers/members, send fake emails to members, and try to scam them , by fooling them for money in return of job so iam trying to block them i got this tutorial http://www.hosting.com/support/dedicated/IIS/blockip/ and blocked the senegal ip address inetnum there isp itself i blocked using group of computers ,entering these ipaddress 41.214.0.0 - 41.214.127.255 have i done it all right? becoz i want to block more
    Posted to Security (Forum) by aminnagpure on 9/13/2009
  • Re: blocking people from nigeria and senegal

    hi thanks for your reply, it cud be useful, but then i will have to include this script into every .aspx page, which cud be difficult what about the solution i posted, will it work?
    Posted to Security (Forum) by aminnagpure on 9/13/2009
  • Unable to Validate Data Error Problem

    inspite of specifying machine key in the web.config i still get this error many times http://www.resume-for-dubai.com/candireg.aspx?AspxAutoDetectCookieSupport=1 Error Message: Unable to validate data. Stack Trace: at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) to supress the error i have also add this lines in web.config <pages maxPageStateFieldLength
    Posted to State Management (Forum) by aminnagpure on 9/8/2009
Page 1 of 9 (83 items) 1 2 3 4 5 Next > ... Last »