Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ToolTip in Cell of Datagrid Pin
varun_khanna1725-Jul-06 19:01
varun_khanna1725-Jul-06 19:01 
QuestionPls help : how to export data from a paged datagrid Pin
Hemangajit25-Jul-06 1:26
Hemangajit25-Jul-06 1:26 
AnswerRe: Pls help : how to export data from a paged datagrid Pin
mnaveed25-Jul-06 4:24
mnaveed25-Jul-06 4:24 
Questionpls help: CreateUserWizard email notification, smtp settings require ssl to send through some smtp hosts Pin
Raido081225-Jul-06 0:59
Raido081225-Jul-06 0:59 
AnswerRe: pls help: CreateUserWizard email notification, smtp settings require ssl to send through some smtp hosts Pin
minhpc_bk25-Jul-06 16:28
minhpc_bk25-Jul-06 16:28 
GeneralRe: pls help: CreateUserWizard email notification, smtp settings require ssl to send through some smtp hosts Pin
Raido081226-Jul-06 9:41
Raido081226-Jul-06 9:41 
QuestionProblem with GridView Pin
bluewavestrider25-Jul-06 0:29
bluewavestrider25-Jul-06 0:29 
AnswerRe: Problem with GridView Pin
minhpc_bk25-Jul-06 16:26
minhpc_bk25-Jul-06 16:26 
Prolem1:
You need to include the id of parent control of the dropdownlist (the GridView) in the ControlID of the ControlParameter. The UniqueId of the Dropdownlist can give you a hint.

Problem2:
It seems you state what you have done, but what is your problem? Is your problem that you currently have to use 2 columns for one field price_id? If you want to hide the bound field in the Edit mode, you can set the InsertVisible of the field to false. Another option is to use a label control in the ItemTemplate of the current Template field to display this value instead of using the bound field.

Problem3:
It's not correct:

+ .. WHERE room_number=?; ...

+ Use ConflictDetection="CompareAllValues"

+
...
  <asp:Parameter Name="old_room_number" />
</UpdateParameters>    

QuestionProblem with formating dates Pin
bluewavestrider25-Jul-06 0:22
bluewavestrider25-Jul-06 0:22 
AnswerRe: Problem with formating dates Pin
Jim Conigliaro25-Jul-06 1:53
Jim Conigliaro25-Jul-06 1:53 
QuestionASP.Net2.0 Pin
Avi8024-Jul-06 23:26
Avi8024-Jul-06 23:26 
AnswerRe: ASP.Net2.0 Pin
l0kke26-Jul-06 3:48
l0kke26-Jul-06 3:48 
GeneralRe: ASP.Net2.0 Pin
Avi8026-Jul-06 19:04
Avi8026-Jul-06 19:04 
Questionhow to show(point) multiple selected cities on map Pin
P. S. Pundeer24-Jul-06 23:19
P. S. Pundeer24-Jul-06 23:19 
AnswerRe: how to show(point) multiple selected cities on map Pin
RichardGrimmer25-Jul-06 5:55
RichardGrimmer25-Jul-06 5:55 
GeneralRe: how to show(point) multiple selected cities on map Pin
P. S. Pundeer25-Jul-06 18:57
P. S. Pundeer25-Jul-06 18:57 
Questionneed a code Pin
sandeepraw24-Jul-06 23:17
sandeepraw24-Jul-06 23:17 
AnswerRe: need a code Pin
minhpc_bk25-Jul-06 15:50
minhpc_bk25-Jul-06 15:50 
AnswerRe: need a code Pin
Ista27-Jul-06 7:01
Ista27-Jul-06 7:01 
QuestionDiplay header and footer when gridview is empty Pin
mcgann24-Jul-06 22:57
mcgann24-Jul-06 22:57 
AnswerRe: Diplay header and footer when gridview is empty Pin
minhpc_bk25-Jul-06 15:47
minhpc_bk25-Jul-06 15:47 
QuestionPlease Help me Pin
nannapanenikamalnath24-Jul-06 22:14
nannapanenikamalnath24-Jul-06 22:14 
AnswerRe: Please Help me Pin
_AK_24-Jul-06 22:21
_AK_24-Jul-06 22:21 
AnswerRe: Please Help me Pin
Paddy Boyd24-Jul-06 22:53
Paddy Boyd24-Jul-06 22:53 
GeneralRe: Please Help me Pin
nannapanenikamalnath24-Jul-06 23:09
nannapanenikamalnath24-Jul-06 23:09 

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.