User Profile
Collapse
Profile Sidebar
Collapse
India777
Last Activity: Jul 9 '13, 05:23 AM
Joined: Apr 2 '12
Location: India, TN, Chennai
-
Could you please provide "listFWautoCrea te" Function Details? It will be useful to give solution to your problem. -
-
-
Adrotator
Hai all,
When i run my asp web page i got the Following Error. I am created object For MSWC.AdRotator in Page.
Below is the code i am using to create object for AdRotator.
...Code:Sub DisplayBanner(adSource) Dim varAd, objAd Set objAd = Server.CreateObject("MSWC.AdRotator") If err.Number = 0 Then objAd.Border="0" objAd.Clickable = -
Use javascript. If User Submit the Page without Selecting any one Option, You will display alert Message to the User and return false.Leave a comment:
-
EWorld Calender Control
Hai all,
I am using EWorld DLL for Calender Control.
How i can Change the LowerBoundDate for End Date in Code Behind when i Select the Start Date, without Submitting Whole Page?
Sample Codes: .aspx page
...Code:<table> <tr> <td align="right">PO Start Date : </td> <td align="left"><ew:calendarpopup id="cal_po_date" PopupLocation="Right" -
What is the Datatype of @rate parameter in SqlQuery? Make Sure it is Decimal.Leave a comment:
-
-
Simple Image Slider
Hai all,
I feel very happy to share this to all of you. here i share, how to create a image slider using marquee tag? It is simple.
jsfiddle example --> http://jsfiddle.net/Sivaranjani/8p6s2/2/.
...Code:<html> <head> <title> Photo Gallery </title> </head> <body> <div id="PhotoGallery" style="width:50px;border:1px solid #000000">
-
India777 replied to Unable to find the requested .Net Framework Data Provider. It may not be installed.in ASP ClassicPlease find the below link.It may help you to rectify this issue.
http://zeeshanumardotnet.blogspot.in...framework.html
FYI:
Please post Mvc questions in Asp.net Part....Leave a comment:
-
-
Converting Your asp.net application to mvc is based on, Code you have written in your asp.net application. Mvc is the Layers Based Concept.Mvc contain data access,business logic then presentations in the Different Layers. If you wrote the decent Code that Contain Business logic, DataBase functionality seperatly, It's Easy to Convert, otherwise it's Difficult.
Studied the pdf in the Following Link. It may be Help you to Convert Your Asp.net...Leave a comment:
-
You know the basic of the Mvc Architecture? or u new to that?Leave a comment:
-
No. Using Dates in the Filter isn't affect the Performance. For Example the Following query take less than one minute to run. The Performance of the query is based on index then no of Rows in that table like this.
Code:select * from AccountEmployee where convert(varchar,convert(datetime,CreatedOn,101),101) >= '05/04/2011'and convert(varchar,convert(datetime,CreatedOn,101),101) <= '05/07/2011'
Leave a comment:
-
I know What you say. In my point of view, it's not the Good way to include db primary file in the App Data. Use ConnectionStrin g or Define it in the AppConfig is the Best way used by the Many of the developers.Leave a comment:
-
-
Get the Connection through ConnectionStrin g in WebConfig. it can be very Easy.Leave a comment:
-
Like sqlserver process , Oracle do the Same. Query's only different for those. You knew how to write query in Oracle right?Leave a comment:
-
What Process? How the mvc app and Oracle could be join?
Ask Question to be clear.......... ..!Leave a comment:
-
Check Below is your vb code?
...Code:If IsPostBack AndAlso AsyncFileUpload1.PostedFile IsNot Nothing Then Dim info As New DirectoryInfo("" & Server.MapPath("~/IconImages") & "") If Not info.Exists Then info.Create() End If Dim extension As String = Path.GetExtension(AsyncFileUpload1.PostedFile.FileName) Dim filename As String = Path.GetFileName(AsyncFileUpload1.PostedFile.FileName)Leave a comment:
No activity results to display
Show More
Leave a comment: