Click here to Skip to main content
15,888,286 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is it free to use Google API for purposes like it's used in codeproject web site - Job Board Pin
Lyubomir Rumenov Velchev27-Jan-10 0:27
Lyubomir Rumenov Velchev27-Jan-10 0:27 
QuestionGridView not Display Name [modified] Pin
lrsalunkhe25-Jan-10 23:24
lrsalunkhe25-Jan-10 23:24 
AnswerRe: GridView not Display Name Pin
Pranay Rana26-Jan-10 1:02
professionalPranay Rana26-Jan-10 1:02 
GeneralRe: GridView not Display Name Pin
lrsalunkhe26-Jan-10 1:16
lrsalunkhe26-Jan-10 1:16 
QuestionASP PageMethod not working :-/ Pin
Matt Cavanagh25-Jan-10 23:08
Matt Cavanagh25-Jan-10 23:08 
AnswerRe: ASP PageMethod not working :-/ Pin
Anurag Gandhi25-Jan-10 23:24
professionalAnurag Gandhi25-Jan-10 23:24 
GeneralRe: ASP PageMethod not working :-/ Pin
Matt Cavanagh25-Jan-10 23:33
Matt Cavanagh25-Jan-10 23:33 
AnswerRe: ASP PageMethod not working :-/ Pin
mrMercury26-Jan-10 12:31
mrMercury26-Jan-10 12:31 
How much more data are we talking here?, the PageMethod could be trying to send too much data to the JavaScript serializer, the default value is 102400 characters but you can change that in the web.config with the following:
<system.web.extensions>
    <scripting>
      <webServices>
        <jsonSerialization maxJsonLength="500000" />        
      </webServices>
    </scripting>
  </system.web.extensions>

GeneralRe: ASP PageMethod not working :-/ Pin
Matt Cavanagh26-Jan-10 13:43
Matt Cavanagh26-Jan-10 13:43 
QuestionIssue with web.config and Sql Server 2005. Pin
twoguy25-Jan-10 20:52
twoguy25-Jan-10 20:52 
QuestionAjax Calender extender problem Pin
Hema Bairavan25-Jan-10 19:27
Hema Bairavan25-Jan-10 19:27 
QuestionASP.NET Membership issue Pin
April Unni25-Jan-10 11:07
April Unni25-Jan-10 11:07 
AnswerRe: ASP.NET Membership issue Pin
Not Active25-Jan-10 11:36
mentorNot Active25-Jan-10 11:36 
QuestionCannot open Server Explorer Pin
dptalt25-Jan-10 8:41
dptalt25-Jan-10 8:41 
Questioncss problem Pin
Spurple25-Jan-10 7:23
Spurple25-Jan-10 7:23 
QuestionAjax Popup problem Pin
Hema Bairavan25-Jan-10 7:04
Hema Bairavan25-Jan-10 7:04 
AnswerMessage Removed Pin
25-Jan-10 18:50
professionalBlikkies25-Jan-10 18:50 
GeneralRe: Ajax Popup problem Pin
Hema Bairavan25-Jan-10 19:21
Hema Bairavan25-Jan-10 19:21 
GeneralRe: Ajax Popup problem Pin
Blikkies25-Jan-10 19:34
professionalBlikkies25-Jan-10 19:34 
QuestionImage Stretching Pin
Hema Bairavan25-Jan-10 5:53
Hema Bairavan25-Jan-10 5:53 
AnswerRe: Image Stretching Pin
Not Active25-Jan-10 6:35
mentorNot Active25-Jan-10 6:35 
Questionopen excel file Pin
arkiboys25-Jan-10 5:11
arkiboys25-Jan-10 5:11 
AnswerRe: open excel file Pin
David Mujica25-Jan-10 5:43
David Mujica25-Jan-10 5:43 
GeneralRe: open excel file Pin
arkiboys25-Jan-10 5:53
arkiboys25-Jan-10 5:53 
GeneralRe: open excel file Pin
Not Active25-Jan-10 6:09
mentorNot Active25-Jan-10 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.