I need to develop Intranet web application, using MVC 3, Please help me out with MVC 3 , and basics websites Aswini
aswini
Posts
-
Intranet Web Application -
Data Caching Doubti have a data grid which is displaying the details of empolyee such as empid,empname,empsal,empaddress i am fetching the details from database put it into a cache... i am refreshing this cache for every 5 minutes.... My question is if there is any update in the database , within the 5 minutes.. how can i update in the datagrid.. with in 5 minutes?? (after 5 minutes it will be automatically done beacuse of caching)
Aswini
-
regular expression [modified]Hi.. Try this [0-9]*[.][0-9]*
Aswini
-
How to find the sql servers on network [modified]Hi.. All... I am working on a database project.. I have to find all the sql servers running on network. i am searching in google, unfortunately i am not getting the logic or code about how to proceed .. Thanks in ADVANCE..
Aswini
modified on Wednesday, December 05, 2007 7:36:03 AM
-
How to Get DisplayHi.. I have a user control . in that i have a text box.. in a web form i am using another text box and button.. along with user control. now as soon as i type the text in user control text box, and click the button in web form , the text should be displayed in web form text box.. I am able to do it using Session.. Is there any other option of getting done??
Aswini
-
How to Retrieve the Structure of DataBaseHello. I want to retreive the structure of database... Rquirement is : when i select the table name, it should give the details of tables like the columns it contains, rows etc in which database it is present et c
Aswini
-
Substring functionusing split you can define the starting index and number of characters... of substring with regular expression , you have to define the expression string format. so the input string is compared with the expression string format
Aswini
-
Connection state with DataAdapter.Fill()since data adapter works with disconnected architecture.... data adaper opens and close connection automatically
Aswini
-
how i can stop the zero bytes file uploadingHi,,, U write the code in button click
Aswini
-
regular expressionsfor repeating the characteres use { }... or undefined times means use *.. eg: [a-z]{5} -- means... 5 characters from a to 5Aswini
-
Multiple containers controlHi.. Use Custom Control s and develop your won logic for the control u want
Aswini
-
unicode conversionhi.. Refer to this.. u can get an idea... http://people.w3.org/rishida/scripts/uniview/conversion.php
Aswini
-
need regular expression for passwordHi.... use this expression.. [a-z,0-9]{2}[special characters][a-z,0-9]{4}[special characters][a-z,0-9]* 1st 2 char are from a to z or 0 to 9... [special characters] -- define special char here same for the next chars...
Aswini
-
Variable DeclarationHi... If u want to keep total count of some thing... use static variables...
Aswini
-
DATA GRIDHi... In Property Builder of data grid... convert columns into Template columns then Use Edit/ Update , cancel buttons..
Aswini
-
Compare Validator ProblemHi.. for your requirement .. Regular Expression VAlidator is suitable... Since u dont compare for a particular date... Compare Validator doesnt comes in to the picture... use Regular Expression validator specifying the format for mm//dd/yyyy
Aswini
-
When i Build Solution i get this type of error ...why ?hi.. May be you are using Exception Handling .. try and Catch blocks.. And there is no code in Catch block when an exception is thrown,, Please check it out..
Aswini
-
creating a virtual directory in IISCreating virtual directory.. In IIS.. you select the folder that has to be converted to virtual directory.. right click on the folder.. go to New--> Virtual directory.. a virtual directory creation wizard appears.. you enter the name and the path.. of the folder click finish button.. you have created virtual directory
Aswini
-
creating a virtual directory in IISHi, Creating virtual directory.. In IIS.. you select the folder that has to be converted to virtual directory.. right click on the folder.. go to New--> Virtual directory.. a virtual directory creation wizard appears.. you enter the name and the path.. of the folder click finish button.. you have created virtua directory
Aswini
-
to read the file name help me plz.....u just specify the number of characters.. in the search..
Aswini