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
I

imran_rafique

@imran_rafique
About
Posts
330
Topics
236
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Image control is not showing remote URL
    I imran_rafique

    This image is displaying an image you can browse this http://www.ohtoy.com/thumb/thumb.php?src=http://www.ohtoy.com/catalog/images/unicorn.jpg&w=100&h=100&bg=FFFFFF&q=95&far=1

    r00d0034@yahoo.com

    ASP.NET php com question

  • Image control is not showing remote URL
    I imran_rafique

    Could not get your point ? What you want to say?

    r00d0034@yahoo.com

    ASP.NET php com question

  • Image control is not showing remote URL
    I imran_rafique

    Why is Image element not showing remote URL ?

    r00d0034@yahoo.com

    ASP.NET php com question

  • [Message Deleted]
    I imran_rafique

    Could not get any help from there?

    r00d0034@yahoo.com

    C#

  • WebBrowser control Session issue ?
    I imran_rafique

    i have two WebBrowser object on my Form with following line of code against a button click event WebBrowser1.Navigate("http://localhost/WebApplication1/Default.aspx") WebBrowser2.Navigate("http://localhost/WebApplication1/Default.aspx") in Default.aspx i am displaying SessionID ... Default.aspx page is showing same SessionID for both WebBrowser1,and WebBrowser2 objects. how to get different sessionID in both WebBrowser1,and WebBrowser2 controls?

    r00d0034@yahoo.com

    Visual Basic com help tutorial question

  • [Message Deleted]
    I imran_rafique

    [Message Deleted]

    C#

  • How can I programmatically scroll down the DIV tag to selected item?
    I imran_rafique

    lets say if i have an item object then how can i set focus to it? r00d0034@yahoo.com

    ASP.NET question css com

  • How can I programmatically scroll down the DIV tag to selected item?
    I imran_rafique

    I am using following code for data grid to scroll, When ever user select an item from a data grid a post back event is fired. I am changing the color of selected item on item command event. How can I programmatically scroll down the DIV tag to selected item?r00d0034@yahoo.com -- modified at 9:22 Tuesday 21st March, 2006

    ASP.NET question css com

  • I need to be able to refresh a ASPX page if the current data being displayed has changed
    I imran_rafique

    I want to control refresh time programmatically in order to meet my Application requirement r00d0034@yahoo.com

    ASP.NET question com

  • I need to be able to refresh a ASPX page if the current data being displayed has changed
    I imran_rafique

    I need to be able to refresh a ASPX page if the current data being displayed has changed I know, i can use above line in aspx page but i want to do it in aspx class how can i ? r00d0034@yahoo.com -- modified at 7:44 Sunday 19th February, 2006

    ASP.NET question com

  • how can i get return value (true and false ) from a confirm box using java script?
    I imran_rafique

    plz give me sample code for that r00d0034@yahoo.com

    ASP.NET question java com tools

  • how can i get return value (true and false ) from a confirm box using java script?
    I imran_rafique

    Can you please give me sample code ? so that i can have clear idea how to do it ? r00d0034@yahoo.com

    ASP.NET question java com tools

  • how can i get return value (true and false ) from a confirm box using java script?
    I imran_rafique

    But i want to get that value in vb.net r00d0034@yahoo.com -- modified at 6:26 Friday 17th February, 2006

    ASP.NET question java com tools

  • how can i get return value (true and false ) from a confirm box using java script?
    I imran_rafique

    how can i get return value (true and false ) from a confirm box using java script? r00d0034@yahoo.com

    ASP.NET question java com tools

  • Datagrid question
    I imran_rafique

    I am using DIV for a datagrid object. when your selected an item in a datagrid then page postback event occure and selected item in a datagrid disappear and i have to scroll down the grid manually Is ther any programmetic way to do it i have item index number r00d0034@yahoo.com -- modified at 10:30 Friday 17th February, 2006

    ASP.NET css database com question

  • datagrid on page one do not show changed updated list ?
    I imran_rafique

    I execute following two line of code from page one WebFormDM_DispositionDetail.DataChanged = New Delegate_DataChanged(AddressOf frmDataChanged_DataChanged) Page.RegisterStartupScript("ShowDialog", "showModalDialog('WebFormDM_DispositionDetail.aspx',null, 'dialogHeight: 320px; dialogWidth: 580px; center: Yes; help: No; resizable: No; status: No; scroll: No;')") then in second page i called DataChanged delegate which in return call thee function frmDataChanged_DataChanged of page one and in that function i have following code p1ListView.DataSource = rs.Tables(0).DefaultView p1ListView.DataBind() p1ListView.Visible = True but p1ListView datagrid on page one do not show changed updated list although rs dataset object have valid records in table can any body help me in this regard? r00d0034@yahoo.com

    ASP.NET com help question

  • DataGrid Problem?
    I imran_rafique

    i want my datagrid to scroll from left and bottom side when more records are present. which property i have to set for this purpose ? or what i have to do ? r00d0034@yahoo.com

    ASP.NET com help question

  • DropDownList could not fire SelectedIndexChanged
    I imran_rafique

    when i change the index Event function s written by IDE itself i use to double click it only r00d0034@yahoo.com

    ASP.NET database visual-studio com

  • ORA-06550 (enterprise library data access application block code)
    I imran_rafique

    I am using following vb.net (enterprise library data access application block code) code. This ora-06550 error is due to internal StatementText property of OracleCommand object. can any body guide me how to resolve this problem. Dim db As Database = DatabaseFactory.CreateDatabase() Dim dbCommandWrapper As dbCommandWrapper = db.GetStoredProcCommandWrapper("MBT_Get_Inbound_Campaigns") dbCommandWrapper.AddParameter("return", OracleType.Cursor, ParameterDirection.ReturnValue, String.Empty, DataRowVersion.Default, DBNull.Value) db.ExecuteNonQuery(dbCommandWrapper) r00d0034@yahoo.com -- modified at 12:22 Sunday 13th November, 2005

    Visual Basic database help tutorial csharp

  • help me in finding objective and multiple choice questions
    I imran_rafique

    can any body tell me link where can i find objective question related to asp.net and csharp r00d0034@yahoo.com

    C# csharp asp-net com help 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