Skip to content Skip to sidebar Skip to footer
Showing posts with the label Webforms

How To Replace Ids Of Users With Their Fullnames In The Current Scenario?

I have two databases with the following schema: tbl_users(userID, fullName, emailID, password) us… Read more How To Replace Ids Of Users With Their Fullnames In The Current Scenario?

Can't Save Byte[] Array Data To Database In C#. It's Saving 0x

I am trying to upload a file and save it's binary content to my database field. Each time I try… Read more Can't Save Byte[] Array Data To Database In C#. It's Saving 0x

Pass Items From Checkboxlist To Sql Server Table

I'm trying to take items from a checkboxlist and add them to a SQL Server table. I assumed it w… Read more Pass Items From Checkboxlist To Sql Server Table

How Can I Update Sql Table Logic

I have a table structured as, Table 3 Fruit ID - Foreign Key (Primary Key of Table 1) Crate ID -… Read more How Can I Update Sql Table Logic

Error :- Databinding: 'system.data.datarowview' Does Not Contain A Property With The Name 'optiont4'

In .aspx page , I’ve taken Label Control in order to display question form the database, 4 radio bu… Read more Error :- Databinding: 'system.data.datarowview' Does Not Contain A Property With The Name 'optiont4'

Question Mark As Query Parameter?

I have stumbled upon a DataSource sample at http://msdn.microsoft.com/en-us/library/system.web.ui.w… Read more Question Mark As Query Parameter?

How To Insert Datetime.now Values Into Datetime Type Field In Sql Database

my code is : SqlConnection cn = new SqlConnection('Data Source=.;Initial Catalog=haftehbaza… Read more How To Insert Datetime.now Values Into Datetime Type Field In Sql Database

Issues With Increment Ms-sql, C#

I am having an issue with the increment for the ID. The ID would increase by one every time I click… Read more Issues With Increment Ms-sql, C#