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
F

fahiemulleh

@fahiemulleh
About
Posts
23
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Displaying image in Gridview
    F fahiemulleh

    Hi all. I have three columns in Table say A , B , C. The datatype of all columns is BIT . At a time, only one value can be true. like A B C true false false false true true Now, in gridview, I want to show that if the value of column A is true, it has to show some image else no image. Please tell me how to do that. I will be very thankful to you. Thanks for your anticipation.

    C# tutorial

  • Count of Listbox values
    F fahiemulleh

    Hi all. In Gridview, we can check whether grid contains rows or not by Gridview1.Rows.Count .. Please tell me how to check against listbox.. Basically, I want to check whether listbox contains values or not. if it contains no value, then a message is displayed like NO RECORD FOUND. please help me in this regard.

    C# css help tutorial

  • Page Refresh Problem --- Postback Gurus Help
    F fahiemulleh

    in page load, i have write: if (isPostBack == true) { if (txtValue.Text == "") { // Do Nothing } } The paging size of my grid is set to 3. When i INSERT Record for first time, it shows only one record and on the page refresh, it doesnt insert record again. However, when i insert record for the second time, it insert record on page refresh again. Please tell me how to solve it.

    C# help tutorial question

  • Page Refresh Problem --- Postback Gurus Help
    F fahiemulleh

    Hi all. Please see the following scenario. I have a textbox on my page with ADD button. when i enter some text in textbox and Click ADD, the text will be added in my gridview. so far, so good. Now, If i refresh the page, that record has been inserted again and Gridview will now show two similar records. Please tell me how to deal with it ? whether i have to keep check on textbox or what else ?

    C# help tutorial question

  • DropDownList Problem
    F fahiemulleh

    Hi All. I am using 3 tier Architecture for my application. The problem is that I am stuck while showing values in dropdownlist. On the page load event, I have written : dsTemplate ds = ((dsTemplate)obj.GetTemplateName()); DropDownList1.DataSource = ds; this.DropDownList1.DataBind(); In Dataset, I have just one column "ABC". In Dropdownlist, I want to show the values from that Dataset. Please help me in this regard.

    C# help architecture

  • Print Functionality in asp.net
    F fahiemulleh

    Hi all. I am developing application in C#. I have a web page with some data to be PRINTED. I want to know How I can Print the page in ASP.NET 2.0. Please guide me in this regard. If somebody know any tutorial about it, please tell me its url. I will be very thankful to you.

    ASP.NET csharp tutorial asp-net

  • How to access auto Generated file in asp.net 2.0 ?
    F fahiemulleh

    Hi all. While developing the application in asp.net 2.0, i have seen once a file (auto generated by a tool in which all namespaces, sources , dataset references etc etc can be found) when i was in debug mode. But I want to see it without debug mode. Can anyone tell me from where i can see that file. Please tell me. i will be very thankful to you.

    ASP.NET csharp asp-net debugging tutorial question

  • Populating Gridview on the value of Textbox
    F fahiemulleh

    "Someone has asked me to put this question in asp.net Forum. So, please make sure this is NOT DOUBLE Posting" Hi all. I have a textbox in which i will add "Comments" on aspx page along with an Add button. On this page , i have a gridview as well. The problem is, When i enter value in TEXTBOX and press ADD button, the value in textbox should have to be populated in Gridview without PAGE REFRESH. Please make sure the current scenario. I have a table ABC with a column Comments. I have to pull Data from ABC table in Gridview. so, when i add value in Textbox and press add button, basically it will save first in ABC table and then refresh the gridview behind the scene. Please let me know How I can achieve it. Thanks for your consideration

    ASP.NET csharp asp-net help question

  • Populating Gridview on the basis of Textbox
    F fahiemulleh

    Hi all. I have a textbox in which i will add "Comments" on aspx page along with an Add button. On this page , i have a gridview as well. The problem is, When i enter value in TEXTBOX and press ADD button, the value in textbox should have to be populated in Gridview without PAGE REFRESH. Please make sure the current scenario. I have a table ABC with a column Comments. I pull Data from ABC table in Gridview. so, when i add value in Textbox and press add button, basically it will save first in ABC table and then refresh the gridview behind the scene. Please let me know How I can achieve it. Thanks for your consideration

    Visual Basic help

  • Filtering the Gridview
    F fahiemulleh

    HI . I want to filter the data of a column of an asp grid view on basis of a value given in a text field. These text fields should be visible on top of every column(below the header text). How can i do it? Your response in this regard will be appreciated. Thanks

    C# question css

  • Gridview Sorting Problem
    F fahiemulleh

    Hi all. I want to associate upward and downward arrow while sorting . Please tell me is there any built in property to do that or i have to do it programmatically. I want something like: http://demos.devexpress.com/ASPxGrid2Demos/CS/[^] Please help me in this regard.

    C# help com algorithms

  • How to restore Database from backup file ?
    F fahiemulleh

    Hi all. I am doing development in .net. I have a backup file of database. I want to restore the database. I have sql server management studio too. But i dont know exactly how to do it? Please guide me How to do that. what i have done so far is CREATE A NEW DATABASE "info". Right click on Database. clicked Restore Database. In the TO DATABASE , i have selected "info". Now on the source of Restore (From device), I have given it the path of backup file and checked RESTORE downward. but it gives me an error "Restore Failed for server L2PC09\SQLEXPRESS". Please guide me in this regard.

    C# database tutorial csharp sql-server sysadmin

  • Date Format dd/mm/yyyy in mysql
    F fahiemulleh

    so Please tell me How to format date (for display) as dd/mm/yyyy.

    C# mysql help tutorial question

  • Date Format dd/mm/yyyy in mysql
    F fahiemulleh

    Hi all. I am developing application using vs2005 and mysql5.0. The problem is I want to store date as dd/mm/yyyy which mysql doesn't allow me to store. Please suggest a way how to do that? I will be very thankful to you.

    C# mysql help tutorial question

  • Date Format as dd/mm/yyyy
    F fahiemulleh

    Hi all, I am stuck with problem while using mysql5.0. I am using it with visualstudio2005. It doesn't allow me to store date as dd/mm/yyyy. I need to store it in this format. Kindly suggest me How it will be done? Thanks for your consideration.

    Database help question

  • Sql Server Express Edition Configuration with C#
    F fahiemulleh

    Any help please ?

    C# help csharp database sql-server visual-studio

  • Sql Server Express Edition Configuration with C#
    F fahiemulleh

    Hi. I am using visual studio 2005 with Sql Server Express Edition. I haven't install sql server 2005 Professional edition on my machine. It works fine. The connection string is: You can see I haven't hardcoded machine name and there is no absolute path. I have open the website on another machine and it works fine. Now , i have open this project on third machine but it doesn't work and gives the following error: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)" I think there is some problem with sql server configuration . Please help me in this regards. I will be very thankful to you. Fahim Great Men always help people.

    C# help csharp database sql-server visual-studio

  • crystal_managed2003.msm
    F fahiemulleh

    Hi all, Dear Fellows, Unfortunately I have deleted crystal_managed2003.msm file by mistake. CD is not available right to me. I am very thankful to you if someone of you send me the required file at following address: fahiem@gmail.com. I will be really really thankful to you. I am in immediate need of that file. Please help me in this regard. Thanks

    C# com help

  • Relative path of database?
    F fahiemulleh

    I have a folder abc. In abc, i have following things placed: Simple(Folder) , simple.sln, simple.suo and database.mdf. In Simple Folder, i have all classes, bin, web references etc. So please tell me what will be the relative path in my case? Please help me in this regard.

    C# database help question

  • Relative path of database?
    F fahiemulleh

    Hi all. I have a separate class for connection manager. I have given ABSOLUTE PATH HERE like c:\simple\abc.mdf. I want to make it relative. I have tried the following but doesn't work: "..\simple\abc.mdf". Please help me. I will be very thankful to you.

    C# database 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