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
M

Mr Cully

@Mr Cully
About
Posts
33
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Soap with Commerce server 2000
    M Mr Cully

    I have a commemerce server site and an asp site... i want to exchange xml between the two sites but i need to use soap to get through the firewall... any suggestions on where to start... im new to soap

    XML / XSL xml wcf sysadmin

  • silly asp question
    M Mr Cully

    yeah i was thinkin they were implemented by the developers but was thinkin that mayb alot of developers may use a standard and was wondering if there was one what it was?

    Web Development question sysadmin

  • silly asp question
    M Mr Cully

    Right well im knew to asp and i've just been given a project to change around an existing project, mainly this one file of 3000 lines of code but the variable names seems strange to me, they seem to start with letters and then a defination like "Bpopup" and "Atitle" and "SAttribute" i was wonderin if these stood for anything like s for server etc. Maybe im totally wrong but i just thought mayb there was a standard????????????

    Web Development question sysadmin

  • asp.net and asp together
    M Mr Cully

    All i did was create a seperate asp.net project and hyperlinked to thatpage in another project so if you have both project running on an IIS it'll be ok, its just a quick fix as its not to important, just some to show clients

    ASP.NET csharp asp-net question

  • asp.net and asp together
    M Mr Cully

    I have a asp app running on a virtual directory if i just copy an aspx page into that folder can i just hyperlink to it or do i have to write it in asp and add it to the project?

    ASP.NET csharp asp-net question

  • "Push" method for crystal report
    M Mr Cully

    Im trying to code a crystal report which gets the information from a dataset, I have the C# code to bind the data but i need the vb code, or if anyone knows of a good example on the net that might help. Thanks, Colum private void Page_Load(object sender, System.EventArgs e) { CrystalReport1 report=new CrystalReport1(); CrystalReportViewer1.Visible=true; DataSet ds=new DataSet("Account");//give same name as on //dataset1 table header DataTable table=new DataTable("Account");//give same name as on //dataset1 table header table.Columns.Add("Fname",typeof(System.String)); table.Columns.Add("Lname",typeof(System.String)); table.Columns.Add("Salary",typeof(System.String)); DataRow row=table.NewRow(); row["Fname"]="Mathew"; row["Lname"]="Hayden"; row["Salary"]="5000$"; // add to table table.Rows.Add(row); ds.Tables.Add(table); // set report's dataset report.SetDataSource(ds); // set report source CrystalReportViewer1.ReportSource =report; }

    Visual Basic csharp help tutorial career

  • visual studio
    M Mr Cully

    ah yes now thats what im taking bout, fast accurate reply's... thanks a lot

    C / C++ / MFC csharp c++ visual-studio debugging help

  • visual studio
    M Mr Cully

    right well i installed visual studio on my home pc so that i could run my c++ pojects and now when i surf the internet some pages bring up an error window and make a really annoying noise and ask me if i want to debug the page, im sure someone knows what im talkin about, how do i stop this, its so head melting thanks colum

    C / C++ / MFC csharp c++ visual-studio debugging help

  • Crystal Reports
    M Mr Cully

    right well now im looking to store information in a dataset (hard coded in, not extracted from a database or anything) and display it as a crystal report... anyone?

    Database csharp asp-net design help tutorial

  • Sorry..Solved..[was Google Logo]
    M Mr Cully

    im confused, looks like the normal english google logo to me

    The Lounge help question

  • Crystal Reports
    M Mr Cully

    Not sure if this is the right place to post this but I'm using Asp.net to design a report system. I want to show the clients what the final report will look like after exporting it as a crystal report but i have never used crystal reports before and dont know what the output looks like. Obviously it will look different depending on the information to be displayed but i just want to get an idea of how it is layed out. I have looked for a sample of a crstal report output but cant find any, so if anyone could post up an example it'd help alot Thanks Colum

    Database csharp asp-net design help tutorial

  • Crystal Reports
    M Mr Cully

    Not sure if this is the right place to post this but I'm using Asp.net to design a report system. I want to show the clients what the final report will look like after exporting it as a crystal report but i have never used crystal reports before and dont know what the output looks like. Obviously it will look different depending on the information to be displayed but i just want to get an idea of how it is layed out. I have looked for a sample of a crstal report output but cant find any, so if anyone could post up an example it'd help alot Thanks Colum

    ASP.NET csharp asp-net design help tutorial

  • visibility attribute
    M Mr Cully

    ah i see great thanks, i forgot to change the autopostback attribute to true

    ASP.NET question csharp asp-net

  • visibility attribute
    M Mr Cully

    I think this is a simple question but Im new to asp.net so give me a break!!! i have a drop down menu and i want to make different labels visible when different values are selected from the dropdown menu, i dont wan to have to use a button to submit tho, any suggestions?

    ASP.NET question csharp asp-net

  • Linking pages
    M Mr Cully

    Now i get it thats a great explaination, any suggestions on what book to get, Im gonna get one at the weekend!!!! thanks

    ASP.NET question csharp asp-net help

  • Friday!
    M Mr Cully

    Im only starting my day and you're already talking bout goin home, damn time zones making me jealous!!!!

    The Lounge question com json

  • Linking pages
    M Mr Cully

    Just a simple question for someone. I've just starting using asp.net and i was wondering what is the proper way to link pages. I'm writing an application and when the login button is clicked i want it to load another page. I think i heard something bout only have one page and reloading it with whatever you want displayed or something like that, maybe im taking crap... anyway just wondering if some could help me out thanks

    ASP.NET question csharp asp-net help

  • problem with buttons
    M Mr Cully

    if i put a button on my asp.net page and then click enter in a text box for wxample, it clicks the button and does the action attached to it... annoying, how do i stop this ps. i know its a really dumb qeastion

    ASP.NET csharp asp-net help question

  • simple asp.net question regarding links
    M Mr Cully

    GAT IT THANKS ANYWAY

    ASP.NET question csharp asp-net tools tutorial

  • simple asp.net question regarding links
    M Mr Cully

    i mean hyperlinking by the way

    ASP.NET question csharp asp-net tools tutorial
  • Login

  • Don't have an account? Register

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