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
A

avvaru murali

@avvaru murali
About
Posts
46
Topics
39
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • passing Popup wondow values to parent window.
    A avvaru murali

    Hi I need to pass Popup window values to parent window. my code is : Response.Write("<script language='javascript'>{window.opener.document.getElementById('ctl00$ContentPlaceHolder1$txtRecipients').value += '" + MobileNos + "'}</script>"); The Above code is working fine with IE.. But it is not working with Firefox Browser ? i tried with FireFox 2.0 & 3.0 version..

    murali krishna

    ASP.NET javascript tools question announcement

  • how to pass (arraylist)Session from popup window to parant window.
    A avvaru murali

    Hi, iam in webapplication using asp.net with c#. I have to close PopUP Window and pass the session variable to parent form(textbox)..My scenario like.. PopUp window which consists of gridview,with 3 columns. 1-checkbox 2-Name 3.MobileNo..has to select 'N' number of rows... iam maintaining those selected rows in Session[arraylist].. when i click close button in PopUp window the Session[arraylist] data should be displayed in parent window [textbox] at the same time PopUP Window should close.. how can i do this ?

    murali krishna

    ASP.NET csharp question asp-net tutorial

  • Print Format in c#,winforms
    A avvaru murali

    Hi, iam in Developing Desktop application using c#.. i have to print data in Invoice Format. In MSDN i saw about "TabularReport" to print data in Invoice Format. can anybody give information how can i desing "TabularReport" ? how can i bind data into TabularReport ? Thanks in Advance..

    murali krishna

    C# csharp question winforms

  • TabularReport in c# winforms
    A avvaru murali

    Hi, iam in Developing Desktop application using c#.. i have to print data in Invoice Format. In MSDN i saw about "TabularReport" to print data in Invoice Format. can anybody give information how can i desing "TabularReport" ? how can i bind data into TabularReport ? Thanks in Advance..

    murali krishna

    Windows Forms csharp question winforms

  • exporting to Excel
    A avvaru murali

    Hi, iam developing windows application using c#.. iam Exporting Datagridview data to Excel file it's working properly.. but in one system exporting function is working only one time,if i restart the system and again it's working for one time.. what's the problem,can anybody please help me .. but iam running the sample application in another system,there exporting function working N no:of times..(continuously working..) Thanks in Advance...

    murali krishna

    C# help csharp

  • connect to mysql database thru internet.
    A avvaru murali

    Hi, Iam doing windows application using c# and database is Mysql database.. here iam accessing the Mysql database thru Lan (database is in server.) but iam unable to access the remote Mysql Database thru internet(both server and client systems are connected to internet in different locations). my connection string is like this: connectionString="Driver={MySQL ODBC 5.1 Driver};DSN=mydata; datasource=mydata; server=IpAddress(server); database=xyz; uid=root; password=xyz; iam unable to connect thru query browser also.. both server and client systems are running in windows platform. i turn off windows firewalls also. is it possible to connect mysql database thru internet with different loacations please sort out my problem. Thanks in Advance.

    murali krishna

    MySQL database csharp mysql sysadmin help

  • Access ASP.NET application in LAN
    A avvaru murali

    Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. I tried and check with these options: 1,Iam able to ping (ASP.NET application running system) from other system.. 2,I turn off windows firewalls on localhost--(windows xp) 3,while running application on localhost it's giving url http://localhost:1310/abomp/HomePage.aspx 4,iam trying with http://192.168.0.36/abomp/HomePage.aspx --(another system).. is there any wrong process.. Waiting for ur response.

    murali krishna

    ASP.NET help csharp asp-net windows-admin question

  • Access ASP.NET applcation in LAN
    A avvaru murali

    Hi, I had a problem. I can access my ASP.NET application through localhost and also through my IP in my system. But I am unable to connect from other system which is in same LAN. I was able to access before but now I am not able to access from other system. Is there anything to set in my IIS? Pls help me regarding this. Waiting for ur response.

    murali krishna

    ASP.NET help csharp asp-net windows-admin question

  • stored procedure problem in Mysql
    A avvaru murali

    Hi, iam using MySql db, my stored procedure is like this.. DELIMITER $$ DROP PROCEDURE IF EXISTS `test`.`IS_CITY_EXISTS` $$ CREATE PROCEDURE `IS_CITY_EXISTS`( IN CITYNAME VARCHAR(45), OUT AVAILABLE BOOLEAN ) BEGIN IF EXISTS(SELECT * FROM city_details WHERE city_name=CITYNAME) THEN SELECT 1 INTO AVAILABLE; ELSE SELECT 0 INTO AVAILABLE; END IF; END $$ DELIMITER ; when iam executing this procedure works fine.. CALL IS_CITY_EXISTS('kak',@Available); but while exceuting SELECT @AVAILABLE;--IT'S giving result null. is there any error in procedure.. how can i call this procedure in (c#)..

    murali krishna

    Database database help csharp mysql question

  • Draw a line over on image..
    A avvaru murali

    Hi, iam in c# windows application (.net framework 2.0) iam displaying an image(*.jpg) in PictureBox Control.. now i want to draw a line or rectangle or any arrow mark over on image... please help me how can i do this..

    murali krishna

    Graphics csharp dotnet help question

  • how to use FBExport Command tool
    A avvaru murali

    Hi, iam using "Firebird Isql" Command Promt Database.. iam searching for Export and Import options..I find "FBExport" tool.. now my problem is how to use "FBExport" tool... i download files which are available in SourceForge.net,and extract the files and run exe it's just saving the path... please inform how can i use this "FBExport" tool...

    murali krishna

    Database csharp database algorithms help tutorial

  • How to use FBExport tool.
    A avvaru murali

    Hi, iam using "Firebird Isql" Command Promt Database.. iam searching for Export and Import options..I find "FBExport" tool.. now my problem is how to use "FBExport" tool... i download files which are available in SourceForge.net,and extract the files and run exe it's just saving the path... please inform how can i use this "FBExport" tool...

    murali krishna

    Database csharp database algorithms help tutorial

  • problem when running the application with out debugging mode..
    A avvaru murali

    Hi Iam doing windows application using c#.. when i build the application...it's sucessfully build.. and run the application (Ctrl+f5) with out debugging mode.. it's giving error--- system.InvalidoperationException occured in .exe[3660].Just-in-time debuging exception failed.. but when i run the application in Debugging Mode F5 it's working Fine... I think the problem is in my static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); mainform form = mainform.GetInstance(); Application.Run(form); } please give me solution where the exact problem is ?

    murali krishna

    Windows Forms help csharp question

  • problem with DataBase path when uploading image
    A avvaru murali

    Hi iam in windows application using c#. my database is "FireBird Database". Database path is : string dsRelativePath = "database\\absolutemedia.fdb"; string dsAbsolutePath = Path.GetFullPath(dsRelativePath); string ConnectionString = "ServerType=1;User=SYSDBA;Password=masterkey;Database=" +dsAbsolutePath; //Code for upload image OpenFileDialog opn = new OpenFileDialog(); opn.Filter = "JPEG|*.jpg|GIF|*.gif"; opn.ShowDialog(); if (opn.FileName.Length > 0) { this.IMG = Image.FromFile(opn.FileName); browsetext.Text = opn.FileName; this.resizeHeight = 240; this.resizeWidth = 320; IMG = this.resizeImage(IMG, new Size(resizeWidth, resizeHeight)); imagebox.Image = IMG; } This path is working fine upto now.. but in my application, i have an option to upload images from local drives..iam browisng an image thru "OpenFileDialog".. after selecting an image .when iam going to save , database path i,e dsAbsolutePath is changed to image path.it's giving error in database connection... Error---"I/O error for file CreateFile (open) "C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\database\absolutemedia.fdb" please reply where the problem is ? how can i rectify this .

    murali krishna

    C# help question csharp database

  • problem with DataBase Path While uploading Images
    A avvaru murali

    Hi, Thanks for Reply.. Here iam not setting ImagePath to "dsAbsolutePath"; iam taking Imagepath to another string.

    murali krishna

    C# help question csharp database

  • problem with DataBase Path While uploading Images
    A avvaru murali

    Hi iam in windows application using c#. my database is "FireBird Database". Database path is : string dsRelativePath = "database\\absolutemedia.fdb"; string dsAbsolutePath = Path.GetFullPath(dsRelativePath); string ConnectionString = "ServerType=1;User=SYSDBA;Password=masterkey;Database=" +dsAbsolutePath; This path is working fine upto now.. but in my application, i have an option to upload images from local drives..iam browisng an image thru "OpenFileDialog".. after selecting an image .when iam going to save , database path i,e dsAbsolutePath is changed to image path.it's giving error in database connection... please reply where the problem is ? how can i rectify this .

    murali krishna

    C# help question csharp database

  • problem with DateTimePicker Control.
    A avvaru murali

    Hi, iam in windows application. i have DateTime Picker Control...i hvae to select the value from that control,pass the value thru parameters. string kc=datetimepicker1.value.ToShortDateString(); param = new FbParameter("@kc", FbDbType.Date); param.Value = kc; cmd.Parameters.Add(param); it's giving error "Conversion error form string "2008-04-22" like that. please post reply.

    murali krishna

    C# help

  • form controls enlarge
    A avvaru murali

    Hi, How to set form controls to form size.When i maximize the Form,the form controls also reduces the size,and when i minimize the form the from controls are also minimize.. please post reply.

    murali krishna

    Windows Forms tutorial

  • problem while retriving image from database. [modified]
    A avvaru murali

    Hi, Thanks for your reply. while saving content with in bytes is showing Dimensions{77500} like this but while retriving content with in bytes showing Dimensions{13} only..

    murali krishna

    C# database help csharp android graphics

  • problem while retriving image from database. [modified]
    A avvaru murali

    Hi, iam doing windows application c# my database is "Firebird Database"; iam able to insert an picture into database,but iam unable to retrive the same.. my code is : int id = int.Parse(textBox1.Text); FbConnection cnn = new FbConnection("ServerType=1;User=SYSDBA;Password=masterkey;Database=E:/database/test.fdb"); cnn.Open(); string query = "select photo from cust1 where id=" + id; FbDataAdapter adb = new FbDataAdapter(query, cnn); DataSet ds = new DataSet(); adb.Fill(ds, "cust1"); DataRowCollection rdsrows = ds.Tables[0].Rows; if (!rdsrows[0][0].Equals(DBNull.Value)) { byte[] content = (byte[])rdsrows[0][0]; MemoryStream stream = new MemoryStream(content); Bitmap img = new Bitmap(stream);-------------------"Error Here" pictureBox1.Image = img; } it's giving error "parameter is not valid" please inform where the problem is

    murali krishna

    modified on Monday, February 25, 2008 1:36 AM

    C# database help csharp android graphics
  • Login

  • Don't have an account? Register

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