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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

ridda786

@ridda786
About
Posts
10
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Inserting a property value into the meta tag
    R ridda786

    You can try it using a method that returns the keyword. public string GetKey() { return keywords; }

    ASP.NET database

  • Problem in handling SelectedIndexChanged event of a dynamically created drop down
    R ridda786

    I have created a web user control with a drop down for "Main Categories" in it and a place holder. In the page load, i am populating the main categories drop down.protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) populateCategoryField(); } On the selectedindexchanged event of this drop down, i have created another drop down for "Sub-Categories" dynamically and added it in the place holder.I have assigned the SelectedIndexChanged event for sub categories drop down like this, DropDownList ddlSubCategory = new DropDownList(); ddlSubCategory.AutoPostBack = true; ddlSubCategory.SelectedIndexChanged += new EventHandler(this.subCategories_SelectedIndexChanged); plhCategories.Controls.Add(ddlSubCategory); and in this method, another sub categories drop down is created. Now when i change the selection of sub category, it is supposed to create another sub-sub-category drop down but nothing happens. Plz anyone tell me y isnt it working?

    ASP.NET help question

  • Windows Button control
    R ridda786

    Hi Paul, i dont want to makea general, i want to make a custom ActiveX control (which i used in other applications also by adding the dll of this control). Yes i m using Visual Studio 2005. plz refer me some good link and help me.

    C# tutorial

  • Windows Button control
    R ridda786

    Hello everyone, i want to make a Windows Button Control which i used in any application ,Kindly tell me how i do this as i have no idea how to make controls especially in Windows Application (not for web applications).Guide with some good read materials,website links or any sample test application.

    C# tutorial

  • image in Crystal report
    R ridda786

    Hello everyone, i have one question, me using Crystal reports that comes with VS 2005, whenever i made reports on my (local machine) system,The project in which i used the report is bind with VSS, so other users also access and do work on same project, but the problem is , when other one runs the report, the images which i placed in the report header not displayed on that sides, y this happened as the image which i selected add it in the image folder and that folder includes in the Project and available in the VSS, but when other user runs my report it shows the data but not the images same case exists with the charts, plz tell me how can i solve this problem, as i still could not find whats actually wrong with this. i m not giving any path to that image, at the report design time there is option to insert image , when i select this it asks the path i select the req image and image displays on the report header. I don't know where it saved the path, as i select the image from my system (let say in C drive or where the project is placed (select the image that placed in the project) , now tell me abt this y its not displayed on others machine's or how can i gave path to that image. Reply me. Thanx in Advance. rida

    IT & Infrastructure question visual-studio design help

  • Office Automation in VS 2005
    R ridda786

    Hello everyone, i need some help. I want to make an application in this i want to use Office Automation and want to make a template for Excel, is anyone has done some worrk on it, if yes then kindly share the application or refer to any good read material, How in VS2005 , by using C# how can i customize Excel and working with it on Aspx files. Pla help me and tell me some group from where i got the info abt it. Kindly reply me asap. Thanx in Advance. rida

    IT & Infrastructure csharp visual-studio testing tools help

  • File not found Exception [how to solve this]
    R ridda786

    Hi Leppi ur link not working at my side, this page is not opened.

    C# visual-studio security help tutorial

  • File not found Exception [how to solve this]
    R ridda786

    yes u right, i have a Fileupload control, in this a text box and Browse filed exists, user clicks on the browse button and the path is set into the text box, so that y me using that line of code :: //string fname = FileUpload1.FileName; //Response.Write(fname); //get the image file into a stream reader. FileStream FilStr = new FileStream(FileUpload1.FileName, FileMode.Open); BinaryReader BinRed = new BinaryReader(FilStr); as u see the comments stmt codes when i used this one, or hardcode the path in the FileStream line , it gives me the same error, plz help me how can i get rid from this. Thanx in Advance.

    C# visual-studio security help tutorial

  • File not found Exception [how to solve this]
    R ridda786

    Hello everyone, im using VS2005, i have a webpage in which i have a FileUpload control, and a Submit button. On the Submit button (.cs)page, i call this line : FileStream FilStr = new FileStream(FileUpload1.FileName, FileMode.Open); but at run time whenever i select a file and then click on submit button, it gives me the following exception at the above line of code: System.IO.FileNotFoundException: Could not find file 'C:\WINDOWS\system32\VS_logo.PNG'. File name: 'C:\WINDOWS\system32\VS_logo.PNG' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at Reports_DynamicImage.btnSubmit_Click(Object sender, EventArgs e) in d:\Projects\RubberDuck\Code\CrystalReportsSolution\CrystalReportsWeb\Reports\DynamicImage.aspx.cs:line 42 plz tell me whats wrong with this, and y its looking the image in the C:|windows as the image is in the Mypictures foders of the My Documents. I includede the using System.IO namespace also but this exception still comes. help me its urgent reply me asap. Thanx in Advance. rida

    C# visual-studio security help tutorial

  • Crystal reports with Drill downs
    R ridda786

    Hello everyone,i m using CR that comes with VS 2005, I want to make a bar chart with every bar is clickable. i mean to say that their is drill down. when i click on a bar it show me the detail of that values of bar and also want to make drill down when i click on a report column e.g ItemName and on that item there is a ID that gives me the drill down (new report with some details ) so kindly tell me is that possible in this version of Crystal reports if yes then tell me how i do this ? plz give me solution of that problem and any good link for that. Another problem is, for drilling on the main report when i rightclicked on the object (which i want to make clickable)and go to hyperlink tab , i want to select option "Report Part Drilldown "under the heading is DHTML Viewers only but that option is already disabled , kindly tell me whats wrong with this? and for drilling purpose when i used a subreport with the "On demand" option and placed in the Details section of the report its not allowing to me clicked on the main report column and after clicking sub report will opened and shows the detal of that specific column.Kindly help me i m tried to search on google and the articles section on this website but still not getting my req solution. Thanx in Advance.

    IT & Infrastructure help visual-studio question announcement
  • Login

  • Don't have an account? Register

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