Click here to Skip to main content
15,927,593 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error When gridview property EnableSortingAndPagingCallback set to true (gridview has tempate field column) Pin
Christian Graus6-Oct-09 22:28
protectorChristian Graus6-Oct-09 22:28 
QuestionIs <remove /> tag supported in .net framework 1.1 [modified] Pin
here2learn6-Oct-09 22:23
here2learn6-Oct-09 22:23 
AnswerRe: Is tag supported in .net framework 1.1 Pin
Christian Graus6-Oct-09 22:25
protectorChristian Graus6-Oct-09 22:25 
GeneralRe: Is tag supported in .net framework 1.1 Pin
here2learn6-Oct-09 22:31
here2learn6-Oct-09 22:31 
Questionquery Pin
mylogics6-Oct-09 21:26
professionalmylogics6-Oct-09 21:26 
AnswerRe: query Pin
Abhijit Jana6-Oct-09 21:29
professionalAbhijit Jana6-Oct-09 21:29 
GeneralRe: query Pin
mylogics6-Oct-09 21:46
professionalmylogics6-Oct-09 21:46 
GeneralRe: query Pin
Christian Graus6-Oct-09 22:07
protectorChristian Graus6-Oct-09 22:07 
mylogics wrote:
string str = "Insert Into Product(ProductName,ProductDescrip,ProductQty,ProductPrice,Barcode)Values('" + txtname.Text + "','" + txtdescrip.Text + "','" + TxtQty.Text + "','" + txtPrice.Text + "','" + s + "')";


This is utterly ridiculous. Where did you find this code, because it's plain you have no idea what you're doing.

You've stored some XML, from the look of it. So you need to look at that XML and try to work out if it's remotely possible to get your image back. OR you can ditch this crap and write proper code to store your barcode as an image, if that's what you want. This is a disaster.

Also, your code is just plain terrible. SQL in the middle of no-where ? String building for SQL ? I can erase your database, just by accessing the form that enters barcodes.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

Questionhow to enable parent page when ever i get the pop-up message???????????? Pin
srinivassam6-Oct-09 21:13
srinivassam6-Oct-09 21:13 
QuestionHow to add a form of Visual Inheritance to your ASPX site Pin
pkj6-Oct-09 19:48
pkj6-Oct-09 19:48 
AnswerRe: How to add a form of Visual Inheritance to your ASPX site Pin
Abhijit Jana6-Oct-09 21:01
professionalAbhijit Jana6-Oct-09 21:01 
GeneralRe: How to add a form of Visual Inheritance to your ASPX site Pin
N a v a n e e t h6-Oct-09 22:04
N a v a n e e t h6-Oct-09 22:04 
GeneralRe: How to add a form of Visual Inheritance to your ASPX site Pin
pkj6-Oct-09 22:52
pkj6-Oct-09 22:52 
AnswerRe: How to add a form of Visual Inheritance to your ASPX site Pin
N a v a n e e t h6-Oct-09 22:00
N a v a n e e t h6-Oct-09 22:00 
QuestionEditor Pin
Ramkumar_S6-Oct-09 19:28
Ramkumar_S6-Oct-09 19:28 
AnswerRe: Editor Pin
Abhijit Jana6-Oct-09 21:04
professionalAbhijit Jana6-Oct-09 21:04 
AnswerRe: Editor Pin
N a v a n e e t h6-Oct-09 21:58
N a v a n e e t h6-Oct-09 21:58 
QuestionHow to derive aspx page from another aspx page / from user conrol /master page? [modified] Pin
pkj6-Oct-09 19:10
pkj6-Oct-09 19:10 
AnswerRe: How to derive aspx page from another aspx page / from user conrol /master page? Pin
Abhijit Jana6-Oct-09 21:08
professionalAbhijit Jana6-Oct-09 21:08 
GeneralRe: How to derive aspx page from another aspx page / from user conrol /master page? Pin
pkj6-Oct-09 22:51
pkj6-Oct-09 22:51 
QuestionPaging in Gridview Pin
meeram3956-Oct-09 18:31
meeram3956-Oct-09 18:31 
AnswerRe: Paging in Gridview Pin
Christian Graus6-Oct-09 18:43
protectorChristian Graus6-Oct-09 18:43 
GeneralRe: Paging in Gridview Pin
meeram3956-Oct-09 19:00
meeram3956-Oct-09 19:00 
GeneralRe: Paging in Gridview Pin
Christian Graus6-Oct-09 22:17
protectorChristian Graus6-Oct-09 22:17 
GeneralRe: Paging in Gridview Pin
meeram3956-Oct-09 23:32
meeram3956-Oct-09 23:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.