Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to read xml using javascript? Pin
VenkataRamana.Gali3-Sep-07 1:52
VenkataRamana.Gali3-Sep-07 1:52 
GeneralRe: How to read xml using javascript? Pin
pradeep kumarappagari3-Sep-07 2:28
pradeep kumarappagari3-Sep-07 2:28 
Questionavoid storing mail to bulk Pin
vidyasankar3-Sep-07 1:22
vidyasankar3-Sep-07 1:22 
QuestionHow to restrict user if he enters more time wrong password. Pin
dhulipudi3-Sep-07 0:58
dhulipudi3-Sep-07 0:58 
AnswerRe: How to restrict user if he enters more time wrong password. Pin
Parwej Ahamad3-Sep-07 1:17
professionalParwej Ahamad3-Sep-07 1:17 
AnswerRe: How to restrict user if he enters more time wrong password. Pin
Paddy Boyd3-Sep-07 1:23
Paddy Boyd3-Sep-07 1:23 
QuestionHow to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 0:46
rahul.net113-Sep-07 0:46 
AnswerRe: How to get ipaddtes of system in asp Pin
VenkataRamana.Gali3-Sep-07 0:56
VenkataRamana.Gali3-Sep-07 0:56 
Hi,

try this code
LNCs = Null<br />
Set LNCs = WMI.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration<br />
WHERE IPEnabled = True")<br />
<br />
' Check if Network Card Found<br />
If IsNull(LNCs) = False Then<br />
<br />
' Loop Through Network Cards<br />
For Each LNC In LNCs<br />
<br />
' Loop Through IP Addresses<br />
For IPA = 0 To UBound(LNC)<br />
<br />
WScript.Echo "IP = " + LNC.IPAddress(IPA)<br />
WScript.Echo "SN = " + LNC.SubNet(IPA)<br />
Next<br />
Next<br />
End If<br />


GV Ramana

GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 1:09
rahul.net113-Sep-07 1:09 
GeneralRe: How to get ipaddtes of system in asp [modified] Pin
VenkataRamana.Gali3-Sep-07 1:18
VenkataRamana.Gali3-Sep-07 1:18 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 1:24
rahul.net113-Sep-07 1:24 
GeneralRe: How to get ipaddtes of system in asp Pin
VenkataRamana.Gali3-Sep-07 1:27
VenkataRamana.Gali3-Sep-07 1:27 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 1:59
rahul.net113-Sep-07 1:59 
GeneralRe: How to get ipaddtes of system in asp Pin
rahul.net113-Sep-07 2:32
rahul.net113-Sep-07 2:32 
Question.mdf file Pin
Mri1a3-Sep-07 0:44
Mri1a3-Sep-07 0:44 
AnswerRe: .mdf file Pin
_mubashir3-Sep-07 1:25
_mubashir3-Sep-07 1:25 
QuestionHow to use Microsoft Excel 11.0 Object in IIS 6.0 Pin
Bapi Ray3-Sep-07 0:13
Bapi Ray3-Sep-07 0:13 
QuestionTextBox in DataGrid Pin
nandhububbly3-Sep-07 0:11
nandhububbly3-Sep-07 0:11 
QuestionTimer problem in Javascript.. Pin
Balagurunathan S2-Sep-07 23:51
Balagurunathan S2-Sep-07 23:51 
AnswerRe: Timer problem in Javascript.. Pin
Guffa3-Sep-07 0:46
Guffa3-Sep-07 0:46 
GeneralRe: Timer problem in Javascript.. Pin
Balagurunathan S3-Sep-07 0:51
Balagurunathan S3-Sep-07 0:51 
AnswerRe: Timer problem in Javascript.. Pin
VenkataRamana.Gali3-Sep-07 0:51
VenkataRamana.Gali3-Sep-07 0:51 
QuestionSending RDLC report as mail attachment. Pin
M LN Rao2-Sep-07 23:16
M LN Rao2-Sep-07 23:16 
Questionplz help me Pin
ManiMughal2-Sep-07 23:04
ManiMughal2-Sep-07 23:04 
AnswerRe: plz help me Pin
Sandeep Akhare2-Sep-07 23:10
Sandeep Akhare2-Sep-07 23: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.