Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSQL NOT WORKING Pin
greendragons7-Aug-09 9:30
greendragons7-Aug-09 9:30 
AnswerRe: SQL NOT WORKING Pin
Abhijit Jana7-Aug-09 10:36
professionalAbhijit Jana7-Aug-09 10:36 
AnswerRe: SQL NOT WORKING Pin
Abhishek Sur7-Aug-09 10:49
professionalAbhishek Sur7-Aug-09 10:49 
Questionwraper controls Pin
greendragons7-Aug-09 9:22
greendragons7-Aug-09 9:22 
AnswerRe: wraper controls Pin
Abhijit Jana7-Aug-09 10:39
professionalAbhijit Jana7-Aug-09 10:39 
GeneralRe: wraper controls Pin
greendragons7-Aug-09 10:47
greendragons7-Aug-09 10:47 
GeneralRe: wraper controls Pin
Abhijit Jana7-Aug-09 11:07
professionalAbhijit Jana7-Aug-09 11:07 
QuestionAccess frames on different domain from Frameset Pin
Hemant_ec487-Aug-09 9:15
Hemant_ec487-Aug-09 9:15 
One page containg two frame....with help of SHDocVw.InternetExplorer object i have to excess second frame.

Problem is that when try to loop through below code

Dim HTMLDoc As mshtml.HTMLDocument

HTMLDoc = oIE.Document

For i As Integer = 0 To HTMLDoc.frames.length - 1

Dim f1 As mshtml.IHTMLWindow2 = CType(HTMLDoc.frames.item(i), mshtml.IHTMLWindow2)

MessageBox.Show(f1.document.body.innerHTML)

Next

while access through second one it gives me that "Access is denied."

after searching i come to know that this is happen dur to cross page scripting of frame....

here i have see that second frame point to different domain.

is there any solution for this problem....???


thank you.
AnswerRe: Access frames on different domain from Frameset Pin
Leonardo Muzzi7-Aug-09 10:30
Leonardo Muzzi7-Aug-09 10:30 
Questionhow to Retrieve Metadata in office Document using MS Index Services Pin
alisolution7-Aug-09 8:31
alisolution7-Aug-09 8:31 
QuestionAdding Code to a Page Load Event Pin
Tammy Marchi7-Aug-09 8:04
Tammy Marchi7-Aug-09 8:04 
AnswerRe: Adding Code to a Page Load Event Pin
Manas Bhardwaj7-Aug-09 8:18
professionalManas Bhardwaj7-Aug-09 8:18 
GeneralRe: Adding Code to a Page Load Event Pin
Tammy Marchi7-Aug-09 12:05
Tammy Marchi7-Aug-09 12:05 
GeneralRe: Adding Code to a Page Load Event Pin
Blue_Boy7-Aug-09 13:13
Blue_Boy7-Aug-09 13:13 
QuestionOpening Java Window - Explorer v Firefox Conflict [modified] Pin
PDTUM7-Aug-09 7:17
PDTUM7-Aug-09 7:17 
QuestionRegular expression in asp.net Pin
Pankaj Saha7-Aug-09 5:13
Pankaj Saha7-Aug-09 5:13 
AnswerRe: Regular expression in asp.net Pin
Arindam Sinha7-Aug-09 6:02
Arindam Sinha7-Aug-09 6:02 
Question1.1 DataGrid client side - Need help tying into DataGrid's client side "onLoad" event Pin
Alaric_7-Aug-09 4:53
professionalAlaric_7-Aug-09 4:53 
AnswerRe: 1.1 DataGrid client side - Need help tying into DataGrid's client side "onLoad" event [modified] Pin
Arindam Sinha7-Aug-09 5:52
Arindam Sinha7-Aug-09 5:52 
QuestionPassing Array to javascript from aspx.cs page Pin
amarnath n.n7-Aug-09 4:02
amarnath n.n7-Aug-09 4:02 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Arindam Sinha7-Aug-09 4:15
Arindam Sinha7-Aug-09 4:15 
GeneralRe: Passing Array to javascript from aspx.cs page Pin
Manas Bhardwaj7-Aug-09 4:44
professionalManas Bhardwaj7-Aug-09 4:44 
GeneralRe: Passing Array to javascript from aspx.cs page Pin
Arindam Sinha7-Aug-09 5:12
Arindam Sinha7-Aug-09 5:12 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Manas Bhardwaj7-Aug-09 4:44
professionalManas Bhardwaj7-Aug-09 4:44 
AnswerRe: Passing Array to javascript from aspx.cs page Pin
Abhishek Sur7-Aug-09 5:10
professionalAbhishek Sur7-Aug-09 5:10 

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.