Click here to Skip to main content
15,922,533 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIE6 and/or IIS problem Pin
Rav3n24-Feb-06 2:13
Rav3n24-Feb-06 2:13 
Questionvirtual directory problem with asp.net app Pin
niki patel23-Feb-06 19:27
niki patel23-Feb-06 19:27 
AnswerRe: virtual directory problem with asp.net app Pin
Guffa23-Feb-06 21:41
Guffa23-Feb-06 21:41 
QuestionCGI requires which web server? Pin
RamL23-Feb-06 16:44
RamL23-Feb-06 16:44 
AnswerRe: CGI requires which web server? Pin
Vasudevan Deepak Kumar2-Mar-06 1:24
Vasudevan Deepak Kumar2-Mar-06 1:24 
QuestionAnybody Really Good With FCKEditor??? Pin
code-frog23-Feb-06 9:17
professionalcode-frog23-Feb-06 9:17 
AnswerRe: Anybody Really Good With FCKEditor??? Pin
Al Ortega24-Feb-06 14:40
Al Ortega24-Feb-06 14:40 
QuestionHow to set the headers of a shdocvw.dll webbrowser control ? Pin
DumitruC23-Feb-06 2:45
DumitruC23-Feb-06 2:45 
QuestionDropDownList and SQL question Pin
Illegal Operation23-Feb-06 2:31
Illegal Operation23-Feb-06 2:31 
AnswerRe: DropDownList and SQL question Pin
Divya Rathi23-Feb-06 6:10
Divya Rathi23-Feb-06 6:10 
QuestionAccesing the size of textual elements on a web page Pin
llp00na23-Feb-06 1:05
llp00na23-Feb-06 1:05 
QuestionSQL statement Pin
angelagke22-Feb-06 16:23
angelagke22-Feb-06 16:23 
GeneralRe: SQL statement Pin
George L. Jackson22-Feb-06 17:42
George L. Jackson22-Feb-06 17:42 
Questionasp pages Pin
cmarmr22-Feb-06 7:52
cmarmr22-Feb-06 7:52 
AnswerRe: asp pages Pin
George L. Jackson22-Feb-06 13:07
George L. Jackson22-Feb-06 13:07 
AnswerRe: asp pages Pin
Illegal Operation23-Feb-06 2:40
Illegal Operation23-Feb-06 2:40 
QuestionJavascript Photo Gallery Pin
Trey549822-Feb-06 5:52
Trey549822-Feb-06 5:52 
QuestionError:Automation server can't create object Pin
idreesbadshah21-Feb-06 7:18
idreesbadshah21-Feb-06 7:18 
AnswerRe: Error:Automation server can't create object Pin
Vasudevan Deepak Kumar21-Feb-06 20:19
Vasudevan Deepak Kumar21-Feb-06 20:19 
Questioncalling dll in javascript Pin
idreesbadshah21-Feb-06 2:30
idreesbadshah21-Feb-06 2:30 
AnswerRe: calling dll in javascript Pin
CWIZO21-Feb-06 3:48
CWIZO21-Feb-06 3:48 
AnswerRe: calling dll in javascript Pin
Shog921-Feb-06 7:39
sitebuilderShog921-Feb-06 7:39 
Questionhel;p to solve the multipart/alternative and resolve the ParseException Pin
more.deepak20-Feb-06 23:17
more.deepak20-Feb-06 23:17 
QuestionConvert C# to VB code Pin
Chiari20-Feb-06 21:50
Chiari20-Feb-06 21:50 
Hi all,
I really need to convert the C# code below into VB. If possible can advise me where is the most approriate place to place this portion of code. The code is to wire the parent datagrid for the ItemCreated event and ItemDataBound event.

Please help me.

private void InitializeComponent()<br />
{<br />
  this.load += new System.EventHandler(this.Page_Load);<br />
  this.dgRegion.ItemCreated += new DataGridItemEventHandler(dgRegion_ItemCreated);<br />
  this.dgRegion.ItemDataBound += new System.Web.UI.WebControls.DataGridItemEventHandler(this.dgRegion_ItemDataBound);<br />
}


Thanks in advance,
Chiari
AnswerRe: Convert C# to VB code Pin
jjrdk21-Feb-06 22:56
jjrdk21-Feb-06 22:56 

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.