Click here to Skip to main content
15,892,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: regarding unit testing Pin
N a v a n e e t h12-Nov-09 19:59
N a v a n e e t h12-Nov-09 19:59 
AnswerRe: regarding unit testing Pin
sashidhar12-Nov-09 19:42
sashidhar12-Nov-09 19:42 
Questionsession timeout Pin
Dot-Net-Dev12-Nov-09 18:00
Dot-Net-Dev12-Nov-09 18:00 
AnswerRe: session timeout Pin
Aman Bhullar12-Nov-09 19:30
Aman Bhullar12-Nov-09 19:30 
AnswerRe: session timeout Pin
N a v a n e e t h12-Nov-09 19:43
N a v a n e e t h12-Nov-09 19:43 
GeneralRe: session timeout Pin
Paulo Zemek13-Nov-09 7:31
mvaPaulo Zemek13-Nov-09 7:31 
GeneralRe: session timeout Pin
Gamzun13-Nov-09 9:17
Gamzun13-Nov-09 9:17 
QuestionInterop Excel Pin
mithun narayanan12-Nov-09 17:40
mithun narayanan12-Nov-09 17:40 
Hi all,

i am using Interop for excel.

i need to set border style as solid and border color for particular cells.
am using the following code, which is not working....
Please correct it...

<code>
oRange = (Excel.Range)oSheet.Cells[i, j+1];
oRange.Borders.Weight = BorderStyle.Solid;
oRange.Cells.Borders.ColorIndex = 11;

</code>

Thanks and regards
QuestionMail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 16:57
Member 426027012-Nov-09 16:57 
AnswerRe: Mail sending error-Partial Class Mailreceiver Pin
N a v a n e e t h12-Nov-09 17:41
N a v a n e e t h12-Nov-09 17:41 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 19:49
Member 426027012-Nov-09 19:49 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
N a v a n e e t h12-Nov-09 20:00
N a v a n e e t h12-Nov-09 20:00 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 20:09
Member 426027012-Nov-09 20:09 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
N a v a n e e t h12-Nov-09 20:17
N a v a n e e t h12-Nov-09 20:17 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 20:26
Member 426027012-Nov-09 20:26 
QuestionConnect asp . net with Windows Application Pin
tasumisra12-Nov-09 16:51
tasumisra12-Nov-09 16:51 
AnswerRe: Connect asp . net with Windows Application Pin
sashidhar12-Nov-09 17:34
sashidhar12-Nov-09 17:34 
GeneralRe: Connect asp . net with Windows Application Pin
Shameel12-Nov-09 23:44
professionalShameel12-Nov-09 23:44 
GeneralRe: Connect asp . net with Windows Application Pin
sashidhar13-Nov-09 0:08
sashidhar13-Nov-09 0:08 
AnswerRe: Connect asp . net with Windows Application Pin
N a v a n e e t h12-Nov-09 17:39
N a v a n e e t h12-Nov-09 17:39 
AnswerRe: Connect asp . net with Windows Application Pin
Amit Patel198512-Nov-09 20:08
Amit Patel198512-Nov-09 20:08 
GeneralRe: Connect asp . net with Windows Application Pin
Shameel12-Nov-09 23:47
professionalShameel12-Nov-09 23:47 
Question2 master pages & 2 roles. Pin
gerrybrennan12-Nov-09 7:04
gerrybrennan12-Nov-09 7:04 
AnswerRe: 2 master pages & 2 roles. Pin
Petr Pechovic12-Nov-09 7:18
professionalPetr Pechovic12-Nov-09 7:18 
GeneralRe: 2 master pages & 2 roles. Pin
Not Active12-Nov-09 7:27
mentorNot Active12-Nov-09 7:27 

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.