Search

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

Matching Posts

  • Re: Custom Paging and the GridView ASP.NET 2.0 - you'll thank me for this !

    It worked for me doing a little changes of the following methods, i am not sure tho if its how the author of the post meant to make this work or its completely correct according to some programmatical standars. Imports System.Data Imports System.Data.SqlClient Public Class MyTableAdapter Dim dt As DataTable Dim vic As Integer 'virtual item count Public Sub New(ByVal dtp As DataTable, ByVal vicp As Integer) dt = dtp vic = vicp End Sub 'returns the filled datatable Public Function GetData(
    Posted to Tips & Tricks (Forum) by chorofonfilo on 8/31/2009
    Filed under: Gridview, CustomPaging
  • Re: Paging recordsets from various databases

    [quote user="keithoon"] Hi, I tried to convert it to VB and is facing some problem. Are you able to help? How to convert the below to VB? ods.ObjectCreating += new ObjectDataSourceObjectEventHandler(ods_ObjectCreating); [/quote] I got stuck at this as well, but i found out the equivalent expression for anyone interested. 'After your create the ods_ObjectCreating event Handler(as referred by the post of our friend): Protected Sub ods_ObjectCreating( ByVal sender As Object , ByVal e As
    Posted to Tips & Tricks (Forum) by chorofonfilo on 7/10/2009
    Filed under: Gridview, event, ObjectCreating, paging, objectDataSource, custome
  • Re: Open a window with a desire size when the gridview column link bound is clicked

    [quote user="SouthendSupporter"] Total newbie ... I have exactly this problem but I am confused as to where to put the suggested code. I had assumed in the code behind page ... maybe this is c# as it gives errors in my application and I am using VB? Apologies for the basic nature of this question - I am learning as I go and its a pretty steep curve! [/quote] Hi Southend. Yes, the code above is C#, but this is the visual basic code: Protected Sub Page_PreRenderComplete(ByVal sender As Object
    Posted to Client Side Web Development (Forum) by chorofonfilo on 6/8/2009
    Filed under: pop up, clickonce, hyperlink, window.open, gridview
  • Re: driving me nuts - help me out!

    Hi Parth. Thank you for concern about my question, i haven't tried your code yet, but i will and let you know how it goes, i would like to understand and implement the loading feature of a page without progress bars nor ajax first, and i found that NC's code is easy to understand and works with the limitations i explained above. Maybe you could point me out on the right direction with it when you have time. Have a nice day and thanks a lot.
    Posted to Getting Started (Forum) by chorofonfilo on 5/11/2009
  • Re: driving me nuts - help me out!

    Hi NC. Following this thread i should say that your control works, thanks a lot, in my case i am trying to make this "loading" image show up right after the user clicks on the upload file button of a page. As the thread starter i wasnt really sure where or how to implement the control itself without using the Thread.Sleep method to simulate the lengthy task, so i just created the control, created a class to upload a file thru a file uploader, embeding the control in the page and that was
    Posted to Getting Started (Forum) by chorofonfilo on 5/8/2009
    Filed under: progress bar, uploading, file, image, loading
  • Re: How to make the "Missing Parameter Values" message invisible.

    Hi jeyaseelan, thanks for your kind help. The message comes out when i run the webform containing the report, At the start of the execution is obvious that the fields are empty, so the report displays "missing parameteres value", and i dont wanna it to show that(neither the user to see it), just the empty textboxes "waiting" for the user input. I disabled the parameters prompting property, but still it "asks" for it, and i just wanna get rid off that default message
    Posted to Crystal Reports (Forum) by chorofonfilo on 3/3/2009
  • How to make the "Missing Parameter Values" message invisible.

    Hello to all as always!, and thanks for your help once more. I wonder if there is a way to disable the default message prompting for parameters every time i display my report, i wouldnt like it to show once the webform is loaded. The property EnableParameterPrompt is already set to False. I have done some research but found nothing so far. Would be cool if someone could help me with this. Thank you very much.
    Posted to Crystal Reports (Forum) by chorofonfilo on 3/1/2009
    Filed under: disable, Missing Parameter Values, webform, asp .net, web, Crystal Reports
  • Re: Web form designer generated code and FILE aren't on my site pages and folder.

    [quote user="Mikhail Arkhipov (MSFT)"] If you install SP1, it will add Web Application project option which is easier to use if you are porting from 1.1/VS 2003. Try using WAP instead. Also, this article may help http://forums.asp.net/p/1308284/2569617.aspx [/quote] Thank you very much Mikhail, it worked perfectly, the webform.aspx.designer.vb files are shown now, as well as the show all files button embed into the solution explorer window. Finally i can edit what i needed. I hope you have
    Posted to Visual Studio 2005 (Forum) by chorofonfilo on 12/30/2008
    Filed under: not shown, Show All Files, designer.vb, webform.designer.vb, generated code
  • Re: Web form designer generated code and FILE aren't on my site pages and folder.

    Great Mikhail, i will try your suggestions and i will let you know how it goes. Thank you very much.
    Posted to Visual Studio 2005 (Forum) by chorofonfilo on 12/22/2008
  • Re: Web form designer generated code and FILE aren't on my site pages and folder.

    Hi Mikhail, thanks for your help. I am not using web project, i have Visual Studio 2005 NO SP1, and i cant see the web project option. Happens that i need to code/edit: private void InitializeComponent() { } protected override void LoadViewState(object savedState) { base.LoadViewState(savedState); } I tried to see the code either in C# or Visual Basic but it doesnt show up, and i think they are just available on the GENCODE part of the webforms, the problem is that i cant code them since even when
    Posted to Visual Studio 2005 (Forum) by chorofonfilo on 12/22/2008
    Filed under: Designer, doesnt show, webform, webform.designer.vb, generated code
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »