Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nauty

@nauty
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • different font in each row of listbox
    N nauty

    hi frnds i am using .net 2003, i want to change the font of each item in the listbox in c#.its a windows application. i think i am clear to u all. just in brief i am explaining the problem once more. the items that are added in the listbox should've different fonts and sizes. Thanks in advance.plz solve it ASAP. bye

    nauty

    C# csharp help

  • need urgent help
    N nauty

    hi buddies my problem is that i've to make a web application in which the server sends the request to the client and as the message reaches the client a pop up should come. i am getting no idea about it.i thought of something related to chat server program but i did'nt found any program which is in asp.net. kindly help me out as soon as possible. Thanks in advance . bye nauty

    ASP.NET help csharp asp-net sysadmin lounge

  • How to print my report
    N nauty

    Hi friends I am using asp.net 1.1 with c# at server side and crystal report8 for reports. i've added the report on my page using CrystalReportViewer. Now i want print the report i.e only the report not the other things on the page.How i can achive this. i searched on net and found two ways of doing that : 1. by using the div tag of html and a javascript code function PrintReport() { alert("I am an alert box!!"); var prtContent = document.getElementById("divPrint"); var WinPrint = window.open('','','letf=0,top=0, width=1,height=1,toolbar=0,scrollbars=0,status=0'); WinPrint.document.write(prtContent.innerHTML); WinPrint.document.close(); WinPrint.focus(); WinPrint.print(); WinPrint.close(); prtContent.innerHTML=strOldOne; } but the problem with this code is that it is printing only the first page. 2. the second method is using the PrintToPrinter() method. but the problem there is my printer is in network and i gave it path of the printer then also its not able to detect the printer. Can anyone solve my problem.Thanks in advance. Please do it as early as possible. bye nauty

    ASP.NET csharp sysadmin javascript html asp-net

  • displaying crystal report in asp.net with c#
    N nauty

    Hi buddy could u be more specfic what is the prob u r getting. there are only two steps needed to show the report in windows. CrViewerObject.ReportSource = reportObject; CrViewerObject.Show(); But the problem might be you're not logging the report CrystalDecisions.CrystalReports.Engine.Table tbcurrent; CrystalDecisions.Shared.TableLogOnInfo tbln ; foreach(tbcurrent in reportObject.Database.Tables) { tbln = tbcurrent.LogOnInfo tbln.ConnectionInfo.ServerName = "server name" tbln.ConnectionInfo.DatabaseName = "database name" tbln.ConnectionInfo.UserID = "user id" tbln.ConnectionInfo.Password = "password" tbcurrent.ApplyLogOnInfo(tbln); } Hope it'll now run. nauty

    C# csharp asp-net algorithms help

  • displaying crystal report in asp.net with c#
    N nauty

    Hi friends I am trying to use crystal report in asp.net1.1 . I am able to display report using crystal report viewer. But the problem is when i am passing the parameters from the asp.net page.Its not showing any kind of errors, but its not showing the data also.So if someone can send me the code of setting the parameter in c# then it'll be very helpfull. I've done the same in windows application but on searching the net i found that its totally different for web. thanks in advance.please do it fast. bye nauty

    C# csharp asp-net algorithms help

  • Creating calendar in c#
    N nauty

    Hi Anant The approach is really cool.but i don't kno how new window is being made in c#(without javascript) and how to close it after redirecting it back to the parent page. could you send me some sample code. If you've the code for the same using javascript please send me. Thanks for the help. my id is ashishnautiyal@hotmail.com nauty

    C# help csharp javascript

  • Creating calendar in c#
    N nauty

    Hi all I am in urgent need of help from you people. In my web page the user has to insert date several times.so i thought of creating user control.I did that and it worked nicely. but the problem in that is the calendar is opening in the page.So i want to create a window for displaying the calendar and returning the date in the textbox with only c# code i.e. No javascript. Kindly send the solution as early as possible. I want to repeat once more that i don't want javascript code to create the window only C# code is needed. Thanks in advance nauty

    C# help csharp javascript

  • how to play wav file in C#
    N nauty

    Hi buddies Thanx for your wonderfull support.without your help i could'nt have done that. I used "RSP MP3Player OCX 2.7.5" . just using it, the task became a kids play. if someone else need it can download it from net. Simply add its components and use its method. its the most easiest of all. Thanx to all ones again and especially to Ed.Poore. bye nauty

    C# help csharp com tutorial question

  • how to play wav file in C#
    N nauty

    Hi ed and grahan thanx for the help but i am using 1.1 and there is no such namespace.i used mci32.ocx in my project but it was also not playing the files.So if you people have some winamp plugin or some winamp ocx files then do tell me. and also what value is to be passed in the "ref bool wait" variable.i am really confused. its reaally urgent nauty

    C# help csharp com tutorial question

  • how to play wav file in C#
    N nauty

    hi friends i am having a problem.I am not able to play wav/mp3 file in C#. I downloaded an activeX component "RSP MP3 Player OCX 2.7.5" but it was in vb.I tried convert it into dll.but then also it had a problem. one of its method was PlayFile(string path,ref bool wait). Could anyone just tell me what is ref bool or from where i can get a wav file activeX control which can be used in C#. please help me its really urgent. thanx in advance. nauty

    C# help csharp com tutorial question

  • it might be simple but making me puzzled
    N nauty

    Hi buddies Thanx for your help.I really tried both the method but none of them worked. Still when i am creating new project in asp.net, the following mess is displayed: "Visual Studio.NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web Application or services." When i am sending request to localhost at xplorer http://localhost/ it is not opening the two screens of iis.but instead its opening someother page. Can i change the port of iis.If so how can i do that. thanx in advance again bye nauty

    .NET (Core and Framework) question csharp sysadmin windows-admin help

  • it might be simple but making me puzzled
    N nauty

    hi i am a novice to .net . i installed the frameword on my system.but forgot to install to iis server. Now i am not able to niether make web applications nor run it. some one told that i've to map iis with framework.How do i do this. can't i run iis on some other port? please help me.and thanx in advance. bye nauty

    .NET (Core and Framework) question csharp sysadmin windows-admin help

  • Not able to fetch data using OracleDataAdaptor
    N nauty

    hi friends i am trying to fetch data from Oracle database using dataadpator into data table.But i am not able to get it. I am using the OracleClient namespace. Data is getting inserted in the tables but not able to fetch from there. If someone can providethecode for itthen it'll be really very helpfull. the program is not giving any errors. the same codewhen used with SqlClient namespace fro fetching data from sql server, then it was working properly. Kindly someone please give me some urgent help regarding the above mentioned problem. if you want the code for it then do ask me i'll provide it. Thanx in advance. nauty

    C# database help sql-server oracle sysadmin

  • how to connect with Oracle with c#
    N nauty

    hi buddies Can anyone help me to get connected with the Oracle 8i through c#. i am using asp.net1.1 and 1. not able to see the "OracleClient" namespace after the "system.Data ".How can i get it. 2. if I want to get connected through Oledb. how can i do that. Thanks in advance.Please someone help me fast. its urgent. bye nauty

    Database csharp asp-net oracle help tutorial

  • not able to connect with sql server2000
    N nauty

    hi my friend has installed sql server2000 with windows authentication. now he is finding problem in doing connectivity with it.what to be do.Is he has have to reinstalled it or is there some other method to do the connectivity.well do reply soon. the error is something like "Illegal sql server authentication". thanks in advance.:-D nauty

    Database help database sql-server sysadmin security

  • how to upgrade from asp.net 1.0 to 1.1
    N nauty

    hi dears can anyone help me how can i change my .net framework from asp.net 1.0 to 1.1 . Someone told me its better to reinstall it other than upgrading becuase it'll be difficult. if anyone can help me then please do it fast.thanks and bye. nauty

    ASP.NET csharp asp-net dotnet help tutorial

  • Which book to use to start .net
    N nauty

    Hi I am new to .net . can anybody tell me which books should i refer to make my basics strongs in asp.net with c#. Or if someone khow some really good links. Thanking you. nauty

    ASP.NET csharp asp-net learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups