Click here to Skip to main content
15,917,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Resizing table Pin
mareers13-Mar-07 1:55
mareers13-Mar-07 1:55 
QuestionHow to pass parameters to Sub Report from Main Report ? Pin
prakash_21013-Mar-07 1:34
prakash_21013-Mar-07 1:34 
QuestionImagebuttons Pin
nclauder13-Mar-07 1:32
nclauder13-Mar-07 1:32 
QuestionExtracting web page using ASP Pin
Imthu13-Mar-07 1:27
Imthu13-Mar-07 1:27 
AnswerRe: Extracting web page using ASP Pin
Sandeep Akhare13-Mar-07 2:27
Sandeep Akhare13-Mar-07 2:27 
QuestionInvoking a datagrid from a "background thread"?? Pin
Nada Adel13-Mar-07 1:25
Nada Adel13-Mar-07 1:25 
Questionhow to send alerts/messages from server to clients Pin
dotnethunk13-Mar-07 1:15
dotnethunk13-Mar-07 1:15 
AnswerRe: how to send alerts/messages from server to clients Pin
badgrs13-Mar-07 2:43
badgrs13-Mar-07 2:43 
a) you can't do this directly, once connection is closed there is no way for the server to connect to the client.

b) you can use an HTTP streaming technique where the connection is never closed and the server flushes javascript down it (look it up on ajaxpatterns.org)

c) use an Ajax request at regular time intervals to check for recent activity

d) please don't ask for code its too complicated
QuestionHow to increase CrystalReportViewer ToolBar horizental length/width using .NET Pin
Elena200613-Mar-07 0:26
Elena200613-Mar-07 0:26 
Questionusing file uploader in a gridview Pin
chathu03j12-Mar-07 23:53
chathu03j12-Mar-07 23:53 
AnswerRe: using file uploader in a gridview Pin
kubben13-Mar-07 3:36
kubben13-Mar-07 3:36 
QuestionError in deleting a file !!! Pin
amin_behzadi12-Mar-07 23:52
professionalamin_behzadi12-Mar-07 23:52 
AnswerRe: Error in deleting a file !!! Pin
Paddy Boyd13-Mar-07 0:37
Paddy Boyd13-Mar-07 0:37 
GeneralRe: Error in deleting a file !!! Pin
amin_behzadi13-Mar-07 1:01
professionalamin_behzadi13-Mar-07 1:01 
QuestionMsg is not displaying when a Enter Email that is already in Database Pin
siddisagar12-Mar-07 23:24
siddisagar12-Mar-07 23:24 
Questionis possible to draw on Image object at mousemove event? Pin
CodeBoi12-Mar-07 22:40
CodeBoi12-Mar-07 22:40 
AnswerRe: is possible to draw on Image object at mousemove event? Pin
badgrs13-Mar-07 2:41
badgrs13-Mar-07 2:41 
QuestionSpeed problem with Treeview Control Pin
Jeeva Mary Varghese12-Mar-07 22:26
Jeeva Mary Varghese12-Mar-07 22:26 
AnswerRe: Speed problem with Treeview Control Pin
N a v a n e e t h12-Mar-07 22:42
N a v a n e e t h12-Mar-07 22:42 
QuestionInternational standards Pin
Icarus12312-Mar-07 22:11
Icarus12312-Mar-07 22:11 
AnswerRe: International standards Pin
N a v a n e e t h12-Mar-07 22:21
N a v a n e e t h12-Mar-07 22:21 
QuestionAuto Documentation Pin
ADY00712-Mar-07 22:05
ADY00712-Mar-07 22:05 
Questionglobal variables Pin
vengaqua12-Mar-07 21:37
vengaqua12-Mar-07 21:37 
AnswerRe: global variables Pin
Sandeep Akhare12-Mar-07 22:09
Sandeep Akhare12-Mar-07 22:09 
GeneralRe: global variables Pin
vengaqua12-Mar-07 22:46
vengaqua12-Mar-07 22:46 

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.