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

myinstincts

@myinstincts
About
Posts
61
Topics
44
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • breaking a string to substrings
    M myinstincts

    n i want to split that string on occurence of any alphabets

    C# question

  • breaking a string to substrings
    M myinstincts

    i am having a string ,say"14p"....I want to take only the value 14 so that i could convert that to integer..how can i achieve this?

    C# question

  • Selecting from datatable
    M myinstincts

    I want to select "FullName","EmployeeNumber" from the datatable 'results' ..The selection should be based on some conditions like date=some date....Can anybody tell how to achieve this???

    C# tutorial question

  • command returning null value
    M myinstincts

    string connection = ConfigurationManager.AppSettings["connectionstring"]; SqlConnection con = new SqlConnection(connection); con.Open(); SqlCommand cmd = new SqlCommand("select place_name from place inner join state on place.state_id=state.state_id where state_name ='" + statedpdwnlist.SelectedItem.Value + "'", con); dr = cmd.ExecuteReader(); con.close(); I cannot figure out why the above command is returning null value eventhough it is giving the desired output whn the same command is run on sql server query analyser.Can anybody help me with this??????( statedpdwnlist.SelectedItem.Value is coming correct in the query)

    ASP.NET database sql-server sysadmin help question

  • break point not working
    M myinstincts

    hi navaneeth,i was also readin the same..but how to find your project's dll????????like i am able to see the modules,but i dnt know how to find out which is your projects dll

    ASP.NET debugging question

  • break point not working
    M myinstincts

    hi, can anybody tell why i am getting this message for a partticular web page-'The breakpoint will not currently be hit. No symbols have been loaded for this document' ????But the break points are working fine in other pages

    ASP.NET debugging question

  • calendar pop up on onfocus event of textbox
    M myinstincts

    can anybody tell how to get a calender popup on onfocus event of textbox????????I searched a lot...but everywhere it is mentioned in connection with javascript and ajax..n i am not familiar with both

    ASP.NET javascript tutorial question

  • frames in asp.net
    M myinstincts

    i want my web page to appear like this:a list of references in left side,and when each reference is clicked the corresponding web page to be loaded on the right side(n user should still be able to see the reference menu)..I found out that there is something called frames in html.but it is giving the error as 'frameset' is not supported. <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Leave_procedure</title> </head> <frameset cols="150,*"> <frame src="default.aspx" name="menu" > <frame src="registration.aspx" name="main" ></frameset> </html> Above is my .aspx page.n is there any alternative to attain my objective???bcoz i found somebody quoting in a site that frames are the product of dark ages:confused::confused::confused:

    ASP.NET csharp html asp-net sysadmin help

  • syntax error
    M myinstincts

    this is the first time i am hearing of anything like parameterized query and sql injection problem...thanks for those valuable informations...i will try with those then

    C# database help

  • syntax error
    M myinstincts

    i am inserting values of useridtxtbx and pwdtxtbx to database on submitbtn_click.Insert statement is not showing error while debugging ..but when the program runs it is giving syntax error..Below is my code protected void submitbtn_Click(object sender, EventArgs e) { OleDbConnection con= new OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;data source = C:\\Documents and Settings\\swuser\\My Documents\\Clinical_Billing.mdb;" ); con.Open(); OleDbCommand cmd = new OleDbCommand("insert into user_login(user_id,password) values('" + useridtxtbx.Text + "','" + pwdtxtbx.Text + "'", con); cmd.ExecuteNonQuery(); con.Close(); }

    C# database help

  • <font> tag become obsolete</font>
    M myinstincts

    i used the font tag

    ASP.NET question csharp asp-net

  • <font> tag become obsolete</font>
    M myinstincts

    while i was developing an application in asp.net i got the warning message as "Validation (XHTML 1.0 Transitional): Element 'font' is considered outdated. A newer construct is recommended" what is the alternative for this?

    ASP.NET question csharp asp-net

  • image in ASP.Net
    M myinstincts

    add in your project folder the image and in the image url of the image control properties give that path

    ASP.NET csharp asp-net question

  • edit property of data gridview control
    M myinstincts

    I dnt knw what code is to be written inside the row editing event...i had read in sme other article that just enabling the row_editing event will be sufficient.... Here my datasource is datatable..and the gridview rows are databound..is it needed to convert those rows to some controls like textbox to enable edit property?

    ASP.NET question

  • edit property of data gridview control
    M myinstincts

    i've set the property of edit in data gridview control..but why it is not working???The fields in my data gridview are databound....Any particular property i am missing?????????

    ASP.NET question

  • object typeconversion syntax error
    M myinstincts

    Below is the code written in row editing event of data gridview(in assumption that row editing can only be done if some control like textbox is there) (TextBox)(GridView2.Rows[0].Cells [2]) = "a"; But is this syntax of object conversion correct?It is giving error as system cannot convert type string to system.web.ui.webcontrols

    C# design help question

  • Scroll bar in data gridview
    M myinstincts

    i am getting it by setting overflow :auto style in panel...but what is that overflow-x and overflow-y in your code?is it for setting scrollbar to x and y axis?

    ASP.NET question

  • Scroll bar in data gridview
    M myinstincts

    No..it is coming now...thanks arun

    ASP.NET question

  • Scroll bar in data gridview
    M myinstincts

    i placed the gridview inside the panel and set overflow: auto in panel style.But the scroll bar is coming for the whole page as such :(

    ASP.NET question

  • Scroll bar in data gridview
    M myinstincts

    is it possible to add scrollbar to a datagridview???

    ASP.NET question
  • Login

  • Don't have an account? Register

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