Click here to Skip to main content
15,920,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRequired a Message using DIV Pin
slSoftware28-Aug-08 7:18
slSoftware28-Aug-08 7:18 
AnswerRe: Required a Message using DIV Pin
Abhishek Sur28-Aug-08 9:36
professionalAbhishek Sur28-Aug-08 9:36 
GeneralRe: Required a Message using DIV Pin
slSoftware29-Aug-08 4:53
slSoftware29-Aug-08 4:53 
QuestionProblem With Grid View Header Pin
Anudeep Jaiswal28-Aug-08 5:33
Anudeep Jaiswal28-Aug-08 5:33 
AnswerRe: Problem With Grid View Header Pin
mghiassi28-Aug-08 8:03
mghiassi28-Aug-08 8:03 
GeneralRe: Problem With Grid View Header Pin
Anudeep Jaiswal29-Aug-08 0:16
Anudeep Jaiswal29-Aug-08 0:16 
AnswerRe: Problem With Grid View Header Pin
D4ever28-Aug-08 8:40
D4ever28-Aug-08 8:40 
QuestionAdding a Combobox in a Datagridview ASP.NET Pin
Vimalsoft(Pty) Ltd28-Aug-08 4:58
professionalVimalsoft(Pty) Ltd28-Aug-08 4:58 
Good Afternoon Guys

Let me start here. i have been Builidng Win App and this was an easy task there. Now i have a Page that has a Datagridview and am Displaying this from a DataTable Through a SP like this

SQL
Create Proc [sde].[Check_Active_Valuation]
as 
select LIS_KEY,FUNC_KEY,
SUBSTRING(CONVERT(VARCHAR,V2.ADD_DATE,1),1,13)AS [ADD DATE]
,V2.NEW_IMPROVED_VALUE AS [MARKET VALUE],
SUBSTRING(CONVERT(VARCHAR,V2.EFFECTIVE_DATE,1),1,13)AS [EFFECTIVE_DATE]  ,
CASE V2.VAL_STATUS_ID WHEN
1 THEN 'PREVIOUS' 
WHEN 2 THEN 'ACTIVE'
WHEN 3 THEN 'PROCESSED'
WHEN 4 THEN 'COMMITED' END AS [STUTUS]
from sde.Property_Summary p1 INNER JOIN SDE.VALUATION V2
ON V2.PROPERTY_ID =P1.PROPERTY_ID
where 1< (select count(v1.val_status_id)
from sde.valuation v1
where v1.property_id = p1.property_id
and v1.archive_date is null
ANd v1.val_status_id = 2
AND V1.EFFECTIVE_DATE > '2002/07/01')


As you can see my SP, Value of Last Field am Displaying is Derived from the Value of that Field. So now, My Users Will see this on the grid will Previous ,Commited and Processed, and thats Fine, now i cant Edit that,i want my users to be able to Double Click and this Field should turn to be a Combobox and they Should Select the Appropriate between Previous , Processed and Commited, The Save part i can hendle.

Thank you Smile | :)

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: Adding a Combobox in a Datagridview ASP.NET Pin
AlexeiXX328-Aug-08 11:41
AlexeiXX328-Aug-08 11:41 
QuestionPositioning a Web User Control Pin
Gretna28-Aug-08 3:26
Gretna28-Aug-08 3:26 
AnswerRe: Positioning a Web User Control Pin
Abhishek Sur28-Aug-08 9:39
professionalAbhishek Sur28-Aug-08 9:39 
QuestionMethods being generated in the wrong place [solved] Pin
Richard Jones28-Aug-08 2:59
Richard Jones28-Aug-08 2:59 
AnswerRe: Methods being generated in the wrong place Pin
Bardy8528-Aug-08 4:45
Bardy8528-Aug-08 4:45 
AnswerRe: Methods being generated in the wrong place Pin
Abhishek Sur28-Aug-08 9:42
professionalAbhishek Sur28-Aug-08 9:42 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones28-Aug-08 9:46
Richard Jones28-Aug-08 9:46 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 2:06
professionalAbhishek Sur29-Aug-08 2:06 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 2:35
Richard Jones29-Aug-08 2:35 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 3:35
professionalAbhishek Sur29-Aug-08 3:35 
AnswerRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 5:50
Richard Jones29-Aug-08 5:50 
QuestionTimed out Error in my webpage Pin
Rajeshwary28-Aug-08 2:49
Rajeshwary28-Aug-08 2:49 
AnswerRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 4:36
J4amieC28-Aug-08 4:36 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:00
Rajeshwary28-Aug-08 5:00 
GeneralRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 5:15
J4amieC28-Aug-08 5:15 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:17
Rajeshwary28-Aug-08 5:17 
AnswerRe: Timed out Error in my webpage Pin
Abhishek Sur28-Aug-08 9:47
professionalAbhishek Sur28-Aug-08 9:47 

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.