Search

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

Matching Posts

  • EPS file Editing using C# and ASP.Net

    Hi Guys, I have really a tough requirement( who knows it may be a cakewalk for some one) of editing a multi layered .eps file using a asp.net web application. I tried some of the DLLs from the net which are allowing me to convert the .eps file into other image formats (which is flattened into single layer). But my actual requirement is to allow the user to modify each layer with online editing facility along with some features like sizing, arranging, coloring etc. Is there any possibility of doing
    Posted to System.Drawing/GDI+ (Forum) by yenkay on 6/19/2008
    Filed under: ASP.NET, asp.NET drawing images database, Digital Image Processing, generating image, Graphics, GDI+ WMI AJAX, Photos
  • Report Engine

    Hi Guys, I am a web developer developing Web Applications using .NET Technologies. Now I am involved in generating reports using Crystal Reports for my current project. I have an idea of developing a Report engine which allows the user to generate reports on the fly by dynamically selecting the table and Columns in runtime. I need suggestions and Ideas from all of you to develop a compact framework for this dynamic report generation. Hope you understand my requirement and idea... Any kind of suggestion
    Posted to Crystal Reports (Forum) by yenkay on 10/12/2007
    Filed under: Reporting services resources, sql server 2005, SQL Server Express, Visual Studio, Visual Studio 2005, Web Application project, .net 2.0 webservice, add-ins, AJAX, ASP.net 2.0, C#
  • Web File Browser in ASP.NET

    Hi Guys, I'm developing a Web Application using ASP.Net 2.0. I have a requirement that the application should include a file browser just alike the windows explorer that we have. Is there any free tools or controls available for that. thanks in advance............... Yenkay
    Posted to ASP.NET AJAX Control Toolkit (Forum) by yenkay on 8/9/2007
    Filed under: ajax, asp.net
  • Web Service for a windows application

    Hi guys, I am developing a windows application which needs to download XML Files and Image (JPEG) files from the given URL to the local machine. The XML files and Images are bundled as a ZIP file and stored in the server in a standard location. Based on the parameters passed from the Windows application the files are to be downloaded and stored in locale machine's application path. Can any one please suggest me a solution to this. Thanks in advance.... Yenkay
    Posted to Free For All (Forum) by yenkay on 3/24/2007
    Filed under: WEb Service, 2.0, asp.net, C#
  • Re: SQL Server Instances

    Thanks for your efforts Kevin. do u have any idea of displaying a Panel control at the mouse click position, after clicking an Add button? That is after clicking the Add button the mouse cursor should be changed to other type say Pen type cursor, when the user clicks the form on a specific position, the panel should be get displayed at the clicked position. also i need the Panel to be transparent. If possible pls reply me thanks in advance Yenkay
  • Re: SQL Server Instances

    Hi I had tried the following code, which detects the SQL Server instances available in the Local Area Network. Dim instance As System.Data.Sql.SqlDataSourceEnumerator = System.Data.Sql.SqlDataSourceEnumerator.Instance Dim table As System.Data.DataTable = instance.GetDataSources() Me.DataGridView1.DataSource = table But what my problem is, when i run the code after disconnecting my computer form the network, it even can not get the local SQL server instance which is running. I need to get the SQL
  • SQL Server Instances

    Hi Dears, How can i detect the Local SQL Server instance (server name, uid, pwd) installed in a standalone system using C# 2.0? I used the fucntions available in odbc32.dll, but it only returns the result while the system is connected in network. can any one resolve this....? thanks in advance... yenkay
  • DataGridView and Checkbox column

    Hi I used DataGridView in my windows application and i added DataGridViewCheckBoxColumn at runtime to the Grid. When the execute the program, the check box is never get checked when it is clicked. what am i doing wrong with that? The code is here, public BindGrid() { DataGridViewCheckBoxColumn colCbx = new DataGridViewCheckBoxColumn(); colCbx.FalseValue = false; colCbx.TrueValue = true; colCbx.ThreeState = false; colCbx.ValueType = GetType(); dg.Columns.Add(colCbx); dg.DataSource = obj.Ann(); dg
    Posted to Free For All (Forum) by yenkay on 3/5/2007
    Filed under: ASP.NET, ASP.net 2.0
  • Webservice for downloading images from web server

    yenkay: Hi, One of my application needs a web service that can download images from the webserver. The images are stored in the webserver and it can be accessed by giving its url like http://..../image001.jpg Can any one give me a sample code for the web service. I have written an application using WebClient Class. but it displayes the download dialog box with Open, save, Close buttons. I just need to download the images when the user clicks the Download button. A progress can be displayed. Note
    Posted to Getting Started (Forum) by yenkay on 2/27/2007
  • Re: Offline Content Development using ASP.Net 2.0

    Hi, One of my application needs a web service that can download images from the webserver. The images are stored in the webserver and it can be accessed by giving its url like http://..../image001.jpg Can any one give me a sample code for the web service. I have written an application using WebClient Class. but it displayes the download dialog box with Open, save, Close buttons. I just need to download the images when the user clicks the Download button. A progress can be displayed. Note : sometimes
    Posted to Getting Started (Forum) by yenkay on 2/27/2007
Page 1 of 2 (20 items) 1 2 Next >
Microsoft Communities