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

Mubashir Javaid

@Mubashir Javaid
About
Posts
31
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • please help me
    M Mubashir Javaid

    Then I think that your browser is not javascript enabled

    God Bless you. Always do good to others

    ASP.NET help question

  • Get Value of Cell in ItemTemplate for Datagrid
    M Mubashir Javaid

    First set a command name and commandArgument to some cell text like this then write this code behind protected void grdVDataQueries_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName.Equals("Open")) { string args = e.CommandArgument.ToString(); } }

    God Bless you. Always do good to others

    ASP.NET graphics design

  • please help me
    M Mubashir Javaid

    Set AutoPostBack=true of dropdownlists

    God Bless you. Always do good to others

    ASP.NET help question

  • inserting values by checking the existing values
    M Mubashir Javaid

    Get values in store procedure if not exists(Select * from empone where val1=@val1 and val2=val2 and val3=@val3 and val4=@val4) then write insert statement.

    God Bless you. Always do good to others

    Database tutorial

  • How to reset identity(ID) field
    M Mubashir Javaid

    I am using SQL server 2000. I have added some records in table. and then deleted. Now I would like ID field to start count from 1 and onward. what command will be used.

    God Bless you. Always do good to others

    Database database sql-server sysadmin tutorial

  • Run flash file
    M Mubashir Javaid

    Try to import com componant for importing flash movie.

    God Bless you. Always do good to others

    ASP.NET html adobe sysadmin

  • what is App.ico in .net?
    M Mubashir Javaid

    This is default icon for your application.

    God Bless you. Always do good to others

    ASP.NET question csharp

  • ASP.Net Configuration
    M Mubashir Javaid

    When you use default asp.net configuration. It generates database present in App_Data folder and write configuration related information in web.config. You can use provider model of .net for user management. This model contains different classes to interact with the data base.

    God Bless you. Always do good to others

    ASP.NET csharp question asp-net visual-studio com

  • Intelligence in VS 2005
    M Mubashir Javaid

    if you would like to get list of all classes, namespaces, properties etc without writing a letter then use CTRL+J. If you write some object and after like "commandbehavior." and want different options then after "commandbehavior." you can press CTRL+Space

    God Bless you. Always do good to others

    ASP.NET visual-studio

  • Making a html input button invisible
    M Mubashir Javaid

    write runat="server" in button tag and access by button name in code behind. after accessing that button use visible property to hide that button

    God Bless you. Always do good to others

    ASP.NET html tutorial

  • query string in ASP.net
    M Mubashir Javaid

    Try to encrypt that values and send as query string. Let suppose you want to send name as Mobi. Write a function that encrypt that value. Foreach(char ch in StringName) { // convert this to integer a add some decimal. Then add this at the end of string Convert.ToInt32(ch)+1; } The for decrypting you can minus the same value.

    God Bless you. Always do good to others

    ASP.NET tutorial csharp asp-net database com

  • adding Marquee
    M Mubashir Javaid

    Hello

    God Bless you. Always do good to others

    ASP.NET csharp asp-net visual-studio tutorial

  • Asp.Net Image uploading .
    M Mubashir Javaid

    I think this functionality is for desktop application.

    God Bless you. Always do good to others

    ASP.NET csharp asp-net help

  • Query in Dotnet controls
    M Mubashir Javaid

    Hi, AssociatedControlID property any click on the Label extends to the associated control. In case of an associated TextBox the effect is that when clicking on the Label the TextBox gains focus. AutoComplete monitors a text box and creates a list of values entered by the user. When the user returns to the text box at a later time, the list is displayed. Instead of retyping a previously entered value, the user can simply select the value from this list.

    God Bless you. Always do good to others

    ASP.NET question csharp database

  • how to interact an image to a database value
    M Mubashir Javaid

    datatable is a logical table in the memory and datarow is logical row in the memory.

    God Bless you. Always do good to others

    ASP.NET tutorial database

  • how to interact an image to a database value
    M Mubashir Javaid

    These are controls for adding. asp:TextBox asp:Button asp:GridView

    God Bless you. Always do good to others

    ASP.NET tutorial database

  • Please help....
    M Mubashir Javaid

    Write javascript function and the call it in button property OnClientClick.

    God Bless you. Always do good to others

    ASP.NET csharp asp-net help announcement

  • how to interact an image to a database value
    M Mubashir Javaid

    Add these three controls to xml page.
    then add this code behid the button on click event DataTable dt = new DataTable(); if (txtColumns.Text.Length > 0) { string[] str = txtColumns.Text.Split(','); foreach (String st in str) { dt.Columns.Add(st); } DataRow dr = dt.NewRow(); dt.Rows.Add(dr); mainDataGrid.DataSource = dt; mainDataGrid.DataBind(); } You can also use switch statement for decision making in selecting color.

    God Bless you. Always do good to others

    ASP.NET tutorial database

  • How to Generate Reports using Report Viewer Control
    M Mubashir Javaid

    Hi ballameharmurali Here is good article for this purpose. http://www.c-sharpcorner.com/UploadFile/mahesh/DataSetReports04252007100945AM/DataSetReports.aspx

    God Bless you. Always do good to others

    ASP.NET csharp sysadmin help tutorial

  • Increasing the colunm length of a datagrid
    M Mubashir Javaid

    first of all check that is there some outer table width which strict the data grid to one width. If there is no reason then you can do this by applying a css class on it. Grid view header is rendered as Header You can set width as

    God Bless you. Always do good to others

    ASP.NET help css 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