Click here to Skip to main content
16,016,168 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem when publishing website. Pin
Anshumas17-Feb-09 17:03
Anshumas17-Feb-09 17:03 
AnswerRe: Problem when publishing website. Pin
Anshumas17-Feb-09 17:06
Anshumas17-Feb-09 17:06 
QuestionRepeaters Pin
GomathiR17-Feb-09 0:14
GomathiR17-Feb-09 0:14 
AnswerRe: Repeaters Pin
N a v a n e e t h17-Feb-09 1:37
N a v a n e e t h17-Feb-09 1:37 
GeneralRe: Repeaters Pin
GomathiR22-Feb-09 17:44
GomathiR22-Feb-09 17:44 
QuestionWhy does EditItemTemplate data changes? Pin
innocent7317-Feb-09 0:09
innocent7317-Feb-09 0:09 
AnswerRe: Why does EditItemTemplate data changes? Pin
anujbanka178417-Feb-09 0:18
anujbanka178417-Feb-09 0:18 
GeneralRe: Why does EditItemTemplate data changes? Pin
innocent7317-Feb-09 0:25
innocent7317-Feb-09 0:25 
I havent used it.. The update code of the gridview is like below.There is no mistake...
UPDATE [CP_MASTER]
SET [ORDERNUMBER] = @ORDERNUMBER,
[NEWRPT] = @NEWRPT,
[UNICLODEL] = CAST(@UNICLODEL as smalldatetime),
[SUPPLDEL] = @SUPPLDEL,
[CUSTOMER] = @CUSTOMER,
[DEPARTMENT] = @DEPARTMENT,
[SUPPLIER] = @SUPPLIER,
[LINE] = @LINE,
[COLORS] = @COLORS,
[QTY] = @QTY,
[NOTES] = @NOTES,
[RATIO] = @RATIO,
[WC] = @WC,
[KIMBALL] = @KIMBALL,
[LAPDIPSENT] = @LAPDIPSENT,
[LAPDIPAPPRV] = @LAPDIPAPPRV,
[WASH] = @WASH,
[WASHTYPE] = @WASHTYPE,
[PRINTX] = @PRINTX,
[PRINTAPPRV] = @PRINTAPPRV,
[EMB] = @EMB,
[EMBAPPRV] = @EMBAPPRV,
[BULKFABRICARRV] = @BULKFABRICARRV,
[FITSENT] = @FITSENT,
[FITAPPRV] = @FITAPPRV,
[SIZESETSENT] = @SIZESETSENT,
[SIZESETAPPRV] = @SIZESETAPPRV,
[SEALERSENT] = @SEALERSENT,
[SEALERAPPRV] = @SEALERAPPRV,
[BULKFABRICTEST] = @BULKFABRICTEST,
[GARMENTTEST] = @GARMENTTEST,
[CUTDATE] = @CUTDATE,
[SEWING] = @SEWING,
[MIDINSPECTION] = @MIDINSPECTION,
[PRODSENT] = @PRODSENT,
[PRODAPPRV] = @PRODAPPRV,
[INSPECTIONDATE] = @INSPECTIONDATE,
[STATUS] = @STATUS
WHERE [ORDERDATE] = @ORDERDATE AND [ONUNICLO] = @ONUNICLO AND [STYLE] = @STYLE AND [MERCH] = @MERCH
GeneralDatatble Concept Pin
Ritu_1616-Feb-09 23:52
Ritu_1616-Feb-09 23:52 
GeneralRe: Datatble Concept Pin
GomathiR17-Feb-09 0:08
GomathiR17-Feb-09 0:08 
GeneralRe: Datatble Concept Pin
anujbanka178417-Feb-09 0:19
anujbanka178417-Feb-09 0:19 
QuestionWindow size? Pin
Karthick_gc16-Feb-09 23:51
Karthick_gc16-Feb-09 23:51 
AnswerRe: Window size? Pin
mr_muskurahat17-Feb-09 0:53
mr_muskurahat17-Feb-09 0:53 
GeneralRe: Window size? Pin
Karthick_gc17-Feb-09 1:00
Karthick_gc17-Feb-09 1:00 
GeneralRe: Window size? Pin
Anshumas17-Feb-09 17:01
Anshumas17-Feb-09 17:01 
Questionchange culture problem Pin
VijayVishwakarma16-Feb-09 23:49
VijayVishwakarma16-Feb-09 23:49 
QuestionExporting griedview data to an excel spreadsheet [modified] Pin
AllPhee16-Feb-09 23:12
AllPhee16-Feb-09 23:12 
Questionchange the "select"text Pin
TerRO_GirL16-Feb-09 23:09
TerRO_GirL16-Feb-09 23:09 
AnswerRe: change the "select"text Pin
Calin Tatar17-Feb-09 3:30
Calin Tatar17-Feb-09 3:30 
QuestionLimit data on Repeater? Pin
Karthick_gc16-Feb-09 22:45
Karthick_gc16-Feb-09 22:45 
AnswerRe: Limit data on Repeater? Pin
Abhishek Sur16-Feb-09 22:53
professionalAbhishek Sur16-Feb-09 22:53 
GeneralRe: Limit data on Repeater? Pin
Karthick_gc16-Feb-09 23:26
Karthick_gc16-Feb-09 23:26 
QuestionAjax hover menu on gridview with make a add link Pin
kamakshim16-Feb-09 22:44
kamakshim16-Feb-09 22:44 
Questionerror while trying to get user id from membership Pin
Mansour Shaaban16-Feb-09 22:21
Mansour Shaaban16-Feb-09 22:21 
QuestionError: Invalid length for a Base-64 char array Pin
amargujrathi200616-Feb-09 21:56
amargujrathi200616-Feb-09 21:56 

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.