Search

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

Matching Posts

  • I face a problem with CrystalReport ....

    i made a report and i used a query string to retreive data from DB, the statement executes well and brings the data .. all good But when i used the same query string in CrystalReport the result became strange .. the same data replicated for about 20 times .. i.e it was supposed to view 10 rows .. instead of that it views 200 rows .. am using asp.net 2.0 .. team edition with sqlServer 2005 please any help would be very apperciated
    Posted to Crystal Reports (Forum) by xzin on 7/9/2008
  • Weird Error!

    am working on asp.net 2.0 and sqlServer 2005 management studio edition .. XP sp2 Professional Edition i have published my web application on LAN, everything works fine so far .. but when i click a button for example that fires msgbox() i get this error: Server Error in '/MM' Application. Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification
    Posted to Configuration and Deployment (Forum) by xzin on 7/7/2008
  • Re: JavaScript Error

    the error is no longer there . the timer fires but it does not execute my script window.open(' ','_parent',' '); which is supposed to close the parent winodw without the prompt message. here's what i wrote: ClientScript.RegisterClientScriptBlock(Page.GetType, "unique_key" , "window.open('', '_parent', '');" , True ) any help would be appreciated my friends :)
    Posted to Client Side Web Development (Forum) by xzin on 7/7/2008
  • Re: JavaScript Error

    am still having the same error!! plz notice that am writing my code in the Source area .. not the ( .VB) area i wish i can write this code in the VB area .. but there i only see the PageEvents .. i can't see any other event of my controls like the Timer in this case..is there anyway that i can get the Timer event in .vb area .. ?
    Posted to Client Side Web Development (Forum) by xzin on 7/6/2008
  • JavaScript Error

    Hi guys .. It's me again ! I know my problem may seem to some of you a peice of cake .. but not for Begginers like myself ! I'm having an error when writing this code in my web application <% @ Page Language="VB" Title="Start" Theme="Silver" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> Protected Sub Timer1_Tick
    Posted to Client Side Web Development (Forum) by xzin on 7/6/2008
  • Re: PROBLEM WITH ASP.NET2.0 WEB APPLICATION ON LAN(URGENT!)

    <P>The problem has been resolved by using the application object in the first page and then retreiving its value to a session object in the second page .. thank you all</P>
    Posted to Configuration and Deployment (Forum) by xzin on 7/5/2008
  • Re: PROBLEM WITH ASP.NET2.0 WEB APPLICATION ON LAN(URGENT!)

    I tried this just now … I created two aspx pages to do a simple experiment. I thought maybe it’s a Session Object problem as you guys told me. On the first page (Default.aspx) :- #Code Partial Class _Default Inherits System.Web.UI.Page Protected Sub Btn_Send( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Dim Str As String = Me .DropDownList1.SelectedItem.Text Application( "Pass" ) = Str End Sub End Class On the second Page (Client.aspx):- #Code Partial Class
    Posted to Configuration and Deployment (Forum) by xzin on 7/2/2008
  • Re: PROBLEM WITH ASP.NET2.0 WEB APPLICATION ON LAN(URGENT!)

    Same problem. The client still can’t see the Data on the DetailsView Cotrol, which is its Data Source is the SqlDataSouce1 that selects some Questions and their answers (MCQ) from the DataBase according to the Session Values that comes from the Questions.aspx page. I should also mention here that everything works fine on the Server, i.e. when I save the Questions IDs in the Session Object and open a new tab to request the ClientPage.aspx I see the DetailsView Control with the data (the Questions
    Posted to Configuration and Deployment (Forum) by xzin on 7/2/2008
  • Re: PROBLEM WITH ASP.NET2.0 WEB APPLICATION ON LAN(URGENT!)

    I tried to put this peice of code in the MasterPage in the Page_Load event handler .. but nothing happened!! where should i put this code..in the MasterPage or in PagePage ? and under what event? i feel like am lost here!!
    Posted to Configuration and Deployment (Forum) by xzin on 7/1/2008
  • Re: PROBLEM WITH ASP.NET2.0 WEB APPLICATION ON LAN(URGENT!)

    yes indeed i use PageBase .. i will insert this peice of code in my PageBase and we'll see if it works!thx for your reply anyway..i will try it right away xzin
    Posted to Configuration and Deployment (Forum) by xzin on 7/1/2008
Page 1 of 2 (11 items) 1 2 Next >