Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: find last week dates? Pin
leoinfo14-Jul-08 3:58
leoinfo14-Jul-08 3:58 
QuestionLayers Pin
kenexcelon14-Jul-08 2:54
kenexcelon14-Jul-08 2:54 
AnswerRe: Layers Pin
Deepak the Cool14-Jul-08 3:12
Deepak the Cool14-Jul-08 3:12 
QuestionHow to Get Web User Control Value Pin
Deepak the Cool14-Jul-08 2:17
Deepak the Cool14-Jul-08 2:17 
QuestionResponse.TransmiFile Pin
kadkir14-Jul-08 1:49
kadkir14-Jul-08 1:49 
AnswerRe: Response.TransmiFile Pin
Sherin Iranimose14-Jul-08 2:26
Sherin Iranimose14-Jul-08 2:26 
GeneralRe: Response.TransmiFile Pin
kadkir14-Jul-08 17:25
kadkir14-Jul-08 17:25 
QuestionCall Unmanaged dll into VB.net Pin
Member 353051814-Jul-08 1:48
Member 353051814-Jul-08 1:48 
I am getting error(Entry Point not found) while calling unmanaged dll into VB.net.
The code is as follows.

<DllImport("u2lxxxxx.dll", EntryPoint:="BreezeTime")> Public Shared Function BreezeTime(ByVal ParamBlock As UFParamBlock) As UFError
End Function
Public Function abc() As Integer
Try
Dim ParamBlock As UFParamBlock
ParamBlock.str = "dd/mmmm/yyyy"
ParamBlock.date1 = Now()
BreezeTime(ParamBlock)
Catch
End Try
End Function

where ParamBlock is object of structure type.

Please help me in resolving this issue.
QuestionThe codefile attribute on the page directive is not allowed in this page Pin
Aavesh Agarwal14-Jul-08 0:59
Aavesh Agarwal14-Jul-08 0:59 
AnswerRe: The codefile attribute on the page directive is not allowed in this page Pin
Imran Khan Pathan14-Jul-08 1:45
Imran Khan Pathan14-Jul-08 1:45 
AnswerCross Post. Pin
Pete O'Hanlon14-Jul-08 2:22
mvePete O'Hanlon14-Jul-08 2:22 
Questionattach and sending emails automatically Pin
Member 387988114-Jul-08 0:49
Member 387988114-Jul-08 0:49 
AnswerRe: attach and sending emails automatically Pin
windhopper14-Jul-08 0:57
windhopper14-Jul-08 0:57 
QuestionHow to dynamically add value to table header cells Pin
Rameez Raja14-Jul-08 0:37
Rameez Raja14-Jul-08 0:37 
QuestionChange language of a textbox Pin
samerh14-Jul-08 0:10
samerh14-Jul-08 0:10 
Questionsmtp Pin
brettokumar14-Jul-08 0:08
professionalbrettokumar14-Jul-08 0:08 
AnswerRe: smtp Pin
windhopper14-Jul-08 0:42
windhopper14-Jul-08 0:42 
AnswerRe: smtp Pin
Abhijit Jana14-Jul-08 3:35
professionalAbhijit Jana14-Jul-08 3:35 
Question[Message Deleted] Pin
michael_jhons13-Jul-08 23:58
michael_jhons13-Jul-08 23:58 
AnswerRe: check box get cell value Pin
windhopper14-Jul-08 0:49
windhopper14-Jul-08 0:49 
General[Message Deleted] Pin
michael_jhons14-Jul-08 1:06
michael_jhons14-Jul-08 1:06 
GeneralRe: check box get cell value Pin
windhopper14-Jul-08 1:16
windhopper14-Jul-08 1:16 
QuestionDelete Query Pin
sjs4u13-Jul-08 23:47
sjs4u13-Jul-08 23:47 
AnswerRe: Delete Query Pin
subai14-Jul-08 0:08
subai14-Jul-08 0:08 
Questionhelp with page navigation Pin
justintimberlake13-Jul-08 23:41
justintimberlake13-Jul-08 23:41 

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.