Click here to Skip to main content
15,914,416 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in file security Pin
CrazyCoder2613-Jan-09 22:36
CrazyCoder2613-Jan-09 22:36 
AnswerRe: Problem in file security Pin
Paddy Boyd13-Jan-09 23:04
Paddy Boyd13-Jan-09 23:04 
GeneralRe: Problem in file security Pin
CrazyCoder2614-Jan-09 0:35
CrazyCoder2614-Jan-09 0:35 
GeneralRe: Problem in file security Pin
Paddy Boyd14-Jan-09 0:37
Paddy Boyd14-Jan-09 0:37 
QuestionGridView Rowcommand Problem Pin
soniasan13-Jan-09 22:03
soniasan13-Jan-09 22:03 
AnswerRe: GridView Rowcommand Problem Pin
_AK_13-Jan-09 23:11
_AK_13-Jan-09 23:11 
AnswerRe: GridView Rowcommand Problem Pin
anada888613-Jan-09 23:16
anada888613-Jan-09 23:16 
QuestionDataColumn.Ordinal is -1 when running my app on one webbserver Pin
anderslundsgard13-Jan-09 21:33
anderslundsgard13-Jan-09 21:33 
I have a web application (ASP.NET 2.0) that is published on three servers (all working against one database). When I run the code below I got an ArgumentOutOfRangeException on just one of my webbservers. Very strange…
All tips of where to start finding the error source are welcomed. I’m running IIS 6.0 and .NET 2.0. It fells like a IIS configuration of handling exceptions… or?

public static DataRow Process(DataRow source0, DataRow source1, List<ProcessItemHandler> handlers)          
{
   DataRow target = source0.Table.NewRow();
   foreach (DataColumn column in source0.Table.Columns)
  {
      int n = column.Ordinal;
      ProcessItemHandler handler = handlers[n];
…


_____________________________

...and justice for all

AnswerRe: DataColumn.Ordinal is -1 when running my app on one webbserver Pin
Paddy Boyd13-Jan-09 23:03
Paddy Boyd13-Jan-09 23:03 
GeneralRe: DataColumn.Ordinal is -1 when running my app on one webbserver Pin
anderslundsgard17-Jan-09 6:38
anderslundsgard17-Jan-09 6:38 
QuestionAccess Denied to pdf Pin
IamAmit13-Jan-09 21:22
IamAmit13-Jan-09 21:22 
AnswerRe: Access Denied to pdf Pin
Colin Angus Mackay13-Jan-09 22:57
Colin Angus Mackay13-Jan-09 22:57 
Questionunable to update datagrid! Pin
RajpootRohan13-Jan-09 21:19
professionalRajpootRohan13-Jan-09 21:19 
AnswerRe: unable to update datagrid! Pin
Aman Bhullar14-Jan-09 1:49
Aman Bhullar14-Jan-09 1:49 
QuestionListBox items with check box Pin
anada888613-Jan-09 20:39
anada888613-Jan-09 20:39 
AnswerRe: ListBox items with check box Pin
RajpootRohan13-Jan-09 21:23
professionalRajpootRohan13-Jan-09 21:23 
GeneralRe: ListBox items with check box Pin
Abhijit Jana13-Jan-09 21:44
professionalAbhijit Jana13-Jan-09 21:44 
AnswerRe: ListBox items with check box Pin
Abhijit Jana13-Jan-09 21:43
professionalAbhijit Jana13-Jan-09 21:43 
GeneralRe: ListBox items with check box Pin
anada888613-Jan-09 21:59
anada888613-Jan-09 21:59 
QuestionASP.NET Syntax Highlighting Pin
PhilipPen13-Jan-09 19:13
PhilipPen13-Jan-09 19:13 
QuestionDeploying VB ASP with Crystal Report Pin
saberbladez13-Jan-09 18:13
saberbladez13-Jan-09 18:13 
AnswerRe: Deploying VB ASP with Crystal Report Pin
Aman Bhullar13-Jan-09 20:10
Aman Bhullar13-Jan-09 20:10 
GeneralRe: Deploying VB ASP with Crystal Report Pin
saberbladez14-Jan-09 17:16
saberbladez14-Jan-09 17:16 
QuestionBulk emailng system Pin
Member 236391613-Jan-09 17:13
Member 236391613-Jan-09 17:13 
AnswerRe: Bulk emailng system Pin
Abhijit Jana13-Jan-09 17:23
professionalAbhijit Jana13-Jan-09 17:23 

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.