Click here to Skip to main content
15,901,666 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSharepoint Wiki Publisher Pin
JohnLBevan9-Feb-09 1:24
professionalJohnLBevan9-Feb-09 1:24 
QuestionDragging and Dropping Pin
bai_deb9-Feb-09 1:20
bai_deb9-Feb-09 1:20 
AnswerRe: Dragging and Dropping Pin
Perspx9-Feb-09 6:58
Perspx9-Feb-09 6:58 
GeneralRe: Dragging and Dropping Pin
bai_deb9-Feb-09 20:34
bai_deb9-Feb-09 20:34 
QuestionDrag and Drop Pin
cooltoad1238-Feb-09 22:55
cooltoad1238-Feb-09 22:55 
QuestionMake Round the Decimal number from 123.456 to 123.45 Asp.Net Pin
manovijay8-Feb-09 22:29
manovijay8-Feb-09 22:29 
AnswerRe: Make Round the Decimal number from 123.456 to 123.45 Asp.Net Pin
markymark829-Feb-09 3:59
markymark829-Feb-09 3:59 
QuestionProblem Sorting In Gird View Pin
nitpall8-Feb-09 21:14
nitpall8-Feb-09 21:14 
Hi,
I a have link buton which on click calls a Sort method of the GridView which is in use control.
The method sorts only one time but if i click again then it wont.
The link button event looks like this

GridView srchGridView = (GridView)Products.FindControl("SearchResults");
if (srchGridView != null)
{
if (srchGridView.SortDirection == SortDirection.Ascending)
{
srchGridView.Sort("cy_list_price", SortDirection.Descending);
}
else
{
srchGridView.Sort("cy_list_price", SortDirection.Ascending);
}
}
I debugged the code the srchGridView.SortDirection value is getting changed properly but the data is isnt displayed in that order.
Please do help with any sugegstions

Thanks & Regards
Nitin P
QuestionResilience of the DOM Pin
JimmyRopes8-Feb-09 3:24
professionalJimmyRopes8-Feb-09 3:24 
AnswerRe: Resilience of the DOM Pin
Shog98-Feb-09 7:54
sitebuilderShog98-Feb-09 7:54 
GeneralRe: Resilience of the DOM Pin
JimmyRopes8-Feb-09 11:52
professionalJimmyRopes8-Feb-09 11:52 
QuestionOnMouseUp Event Pin
Manas Bhardwaj7-Feb-09 12:22
professionalManas Bhardwaj7-Feb-09 12:22 
AnswerRe: OnMouseUp Event Pin
Shog97-Feb-09 17:18
sitebuilderShog97-Feb-09 17:18 
QuestionCross-Domain Scripting Pin
il_manti7-Feb-09 5:31
il_manti7-Feb-09 5:31 
AnswerRe: Cross-Domain Scripting Pin
Shog97-Feb-09 7:07
sitebuilderShog97-Feb-09 7:07 
QuestionImplement common JS to Textboxes Pin
ketan bader6-Feb-09 20:34
ketan bader6-Feb-09 20:34 
AnswerRe: Implement common JS to Textboxes Pin
Perspx6-Feb-09 20:52
Perspx6-Feb-09 20:52 
QuestionWhich website is good to purchase image libraries for creating a business website? Pin
T4AMD6-Feb-09 18:58
T4AMD6-Feb-09 18:58 
AnswerRe: Which website is good to purchase image libraries for creating a business website? Pin
ziwez07-Feb-09 7:12
ziwez07-Feb-09 7:12 
QuestionIIS7 Not passing Headers? Pin
MaxRelaxman6-Feb-09 4:19
MaxRelaxman6-Feb-09 4:19 
QuestionHow to maintain row position in Gridview inside the panel? Pin
hifiger20045-Feb-09 12:20
hifiger20045-Feb-09 12:20 
QuestionMaking controls visible using javascript Pin
nainakarri5-Feb-09 5:29
nainakarri5-Feb-09 5:29 
AnswerRe: Making controls visible using javascript Pin
vaghelabhavesh5-Feb-09 6:04
vaghelabhavesh5-Feb-09 6:04 
GeneralRe: Making controls visible using javascript Pin
megivimal22-Jul-09 4:42
megivimal22-Jul-09 4:42 
QuestionOpen a Large pdf fomr sql database using vbscript, asp clasic Pin
DotNetCoderJunior5-Feb-09 3:00
DotNetCoderJunior5-Feb-09 3:00 

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.