Jump to content
Xtreme .Net Talk

anand

Avatar/Signature
  • Posts

    78
  • Joined

  • Last visited

About anand

  • Birthday 06/08/1976

Personal Information

  • Occupation
    student
  • Visual Studio .NET Version
    1.0
  • .NET Preferred Language
    vb.net

anand's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Friends, I am new to CrystalEnterprise. I want to retrieve all the information (Folders, Users,Reports,Report Parameter info etc) from Crystal Enterprise using the ASP.NET application. Please help me how to connect to Crystal Enterprise through .NET application.. Thanks Satya Gummadi009@yahoo.com
  2. Hi Friends How are u doing??i am getting an errror while using the csc.exe file at command prompt.. its guving the error msg like Fatal error missing cscompui.dll....pls give me a idea where can i downloded that file..is there any other solution to run compile C# files in my system??pls give me a idea....... Thank you Satya gummadi009@yahoo.com
  3. Dear Nersus Nice to hear from you..can u pls tel lme how to compile my files at command prompt..i didnt get the VBC also..when i am using VBC i am getting the error in DOS..pls giveme a sample code to write vb.net file in notepad and pls tell me how to compile that...... Thank you Satya
  4. Yes I want the .NET IDE to develop my vb.net and asp.net applications..pls let me know how to get that IDE... Thanks satya
  5. Hi Friend I dont have any CD's ..i am downloading from the microsoft website...i downloaded the Microssoft Framework SDK1.1 from that site..after that installed that into my system..but i got only documentation..pls give me a idea how to get the development tools.... Thanks Satya
  6. Dear Friends How are u doing?i am trying to download the .net framework SDK1.1 from the microsoft website..after downloading that i installed that in my system..but i got only documentation..pls let me know if you have idea abt to installing the SDK...... Thank you Babu Gummadi gummadi009@yahoo.com gummadilli@hotmail.com
  7. HI Friends I want small help..can anybody have idea abt Validation expresssion for Date control..pls let me know....pls send me the regular expressions for validate First name,EMail,Phone number,Zip code.... Thank you Satya
  8. hi loyal Can u please tell me how to register my componnet to GAC... pls telll me what steps i have to follow to do that... Thank you Satya
  9. Hi Pls give me a idea abt hideen values in asp.net... i am doing like this in page1.aspx <form id="Form1" method="post" runat="server" action="page2.aspx"> <asp:button id="Button1" style="Z-INDEX: 101; LEFT: 320px; POSITION: absolute; TOP: 168px" runat="server" Text="Button"></asp:button><asp:hyperlink id="HyperLink1" style="Z-INDEX: 102; LEFT: 224px; POSITION: absolute; TOP: 240px" runat="server" NavigateUrl="page2.aspx?ID=1234">HyperLink</asp:hyperlink> <input type="hidden" name="hid1" id="hid1" value="777" runat="server"> <input type="hidden" name="hid2" id="hid2" value="888" runat="server"> </form> i am passing two hideen values i am going to retrieve those in page2.aspx..but i am not Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Response.Write(Request.Form("hid1")) Response.Write(Request.Form("hid2")) Response.Write("event") End Sub but i am not getting the values..pls give me the correct code.. Thanks satya
  10. Hi friends i have a small doubt..pls help me i have a function which returns applicationID..i want to pass that ApplicationID to all of my web pages.. my function ----------- <script language=vb runat="server"> public function getID() dim Idval Idval=Request.querystring("id") getId=Idval end function </script> in my webpage(applInformsec1.aspx) i am writing the code like this <tr align=center width="200"> <td><A href="appstatus1.aspx?ID=" &<%=GetId%> runat="server"><b >Applicantion Status of Appliant <%=getId%></B></A></TD></TR> <TR align=center width="200"> <td><A href="testHistory1.aspx?ID=" &<%=GetId%> runat="server"><b>Test History of Applicant <%=getId%></B></A></TD></TR> I am getting the error server tag not scripted well..pls give me a idea how can i pass values with hyperlink..and give me a idea abt Hidden variables also.. Thank you satya
  11. Hi Brijesh Can u pls tell me why u got that error and whats the solution for that?? Thanks Satya gummadi009@yahoo.com
  12. Can u pls tell me how to write a Connection string for truested connectionn.bcz i am getting the errror login failed for the user sa...not asscociated with truested connection....pls let me know how to write a connection string for truested connection... Thanks Anand
  13. Hi when i boot the system i am getting the error STOP error..and after that i am getting the dialog window "mpagent.exe not found" or access denied...and no exe files are working in my system.and SQL server also not working..pls give me a idea what is the problem and how to solve this....... lot of thanks Satya
  14. Hi Friends Something happend to my system...no exe fiels are working...pls let me know how to solve this problem.... Thanks satya
  15. Hi Sunil I am not getting ur problem actually...u said u are using the server name as Localhost...and when u are going to instal ur application in ur client system which have another server name(instance of sql server) u should have to give the server name of the sql server in that client machine and u should have to give the username abd password according to the sql s erver authendication in client machine...i think this will help u ..if not i am sorry.......... Satya gummadi009@yahoo.com
×
×
  • Create New...